| Nome del simbolo | Black Chess Knight |
| Versione Unicode | 1.1 |
| Unicode | U+265E |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 99 9E |
| UTF-16 | 265E |
| UTF-32 | 0000265E |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCHESSKNIGHT}4\end{document}Puoi digitare il simbolo black chess knight sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Black Chess Knight nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\265E |
| Codice esadecimale | 0x265E |
| Codice HTML | ♞ |
| LaTeX | \text{BLACKCHESSKNIGHT} |
| Simbolo | ♞ |
| Codifica URL (percentuale UTF-8) | %E2%99%9E |
| Nome parlato / screen reader | Black Chess Knight |