| Nom du symbole | Black Chess Queen |
| Version Unicode | 1.1 |
| Unicode | U+265B |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 99 9B |
| UTF-16 | 265B |
| UTF-32 | 0000265B |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCHESSQUEEN}4\end{document}Vous pouvez saisir le symbole black chess queen sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9819 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black chess queen", or use Unicode Hex Input with 265B.
Ctrl + Shift + U, type 265b, 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-queen::before { content: "\265B"; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }1<span>♛</span>La représentation du symbole Black Chess Queen dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u265B' or String.fromCodePoint(9819) |
| Python | '\N{BLACK CHESS QUEEN}' or chr(9819) |
| Rust | '\u{265B}' |
| C / C++ | UTF-8 source or wchar_t with U+265B |
| Go | string(rune(0x265B)) |
| Ruby | "\u{265B}" |
\265B |
| Code hexadécimal | 0x265B |
| Code HTML | ♛ |
| LaTeX | \text{BLACKCHESSQUEEN} |
| Symbole | ♛ |
| Encodage URL (pourcent UTF-8) | %E2%99%9B |
| Nom oral / lecteur d’écran | Black Chess Queen |