| Nome del simbolo | Black Chess Bishop |
| Versione Unicode | 1.1 |
| Unicode | U+265D |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 99 9D |
| UTF-16 | 265D |
| UTF-32 | 0000265D |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCHESSBISHOP}4\end{document}Puoi digitare il simbolo black chess bishop sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9821 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black chess bishop", or use Unicode Hex Input with 265D.
Ctrl + Shift + U, type 265d, 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-bishop::before { content: "\265D"; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }1<span>♝</span>La rappresentazione del simbolo Black Chess Bishop nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u265D' or String.fromCodePoint(9821) |
| Python | '\N{BLACK CHESS BISHOP}' or chr(9821) |
| Rust | '\u{265D}' |
| C / C++ | UTF-8 source or wchar_t with U+265D |
| Go | string(rune(0x265D)) |
| Ruby | "\u{265D}" |
| Codice CSS |
\265D |
| Codice esadecimale | 0x265D |
| Codice HTML | ♝ |
| LaTeX | \text{BLACKCHESSBISHOP} |
| Simbolo | ♝ |
| Codifica URL (percentuale UTF-8) | %E2%99%9D |
| Nome parlato / screen reader | Black Chess Bishop |