| Symbolname | Black Chess Queen |
| Unicode-Version | 1.1 |
| Unicode | U+265B |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \265B |
| Hexadezimalcode | 0x265B |
| HTML-Code | ♛ |
| LaTeX | \text{BLACKCHESSQUEEN} |
| Symbol | ♛ |
| URL-Kodierung (UTF-8-Prozent) | %E2%99%9B |
| Ansagename (Screenreader) | Black Chess Queen |
| UTF-8 | E2 99 9B |
| UTF-16 | 265B |
| UTF-32 | 0000265B |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCHESSQUEEN}4\end{document}Sie können das Symbol black chess queen auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Black Chess Queen in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |