| Symboolnaam | Black Chess Bishop |
| Unicode-versie | 1.1 |
| Unicode | U+265D |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \265D |
| Hexadecimale code | 0x265D |
| HTML-code | ♝ |
| LaTeX | \text{BLACKCHESSBISHOP} |
| Symbool | ♝ |
| URL-codering (UTF-8 procent) | %E2%99%9D |
| Uitgesproken naam / schermlezer | Black Chess Bishop |
| UTF-8 | E2 99 9D |
| UTF-16 | 265D |
| UTF-32 | 0000265D |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCHESSBISHOP}4\end{document}Je kunt het black chess bishop-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Black Chess Bishop-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |