| Nom du symbole | Black Chess Knight |
| Version Unicode | 1.1 |
| Unicode | U+265E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 99 9E |
| UTF-16 | 265E |
| UTF-32 | 0000265E |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCHESSKNIGHT}4\end{document}Vous pouvez saisir le symbole black chess knight sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9822 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black chess knight", or use Unicode Hex Input with 265E.
Ctrl + Shift + U, type 265e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with board-game symbol support.
1span.black-chess-knight::before { content: "\265E"; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }1<span>♞</span>La représentation du symbole Black Chess Knight dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u265E' or String.fromCodePoint(9822) |
| Python | '\N{BLACK CHESS KNIGHT}' or chr(9822) |
| Rust | '\u{265E}' |
| C / C++ | UTF-8 source or wchar_t with U+265E |
| Go | string(rune(0x265E)) |
| Ruby | "\u{265E}" |
\265E |
| Code hexadécimal | 0x265E |
| Code HTML | ♞ |
| LaTeX | \text{BLACKCHESSKNIGHT} |
| Symbole | ♞ |
| Encodage URL (pourcent UTF-8) | %E2%99%9E |
| Nom oral / lecteur d’écran | Black Chess Knight |