| Symbolname | Negative Circled Number Eleven |
| Unicode-Version | 3.2 |
| Unicode | U+24EB |
| Unicode-Block | |
| Allgemeine Kategorie | Number (No) |
| CSS-Code |
| UTF-8 | E2 93 AB |
| UTF-16 | 24EB |
| UTF-32 | 000024EB |
1\documentclass{article}2\usepackage{pifont}3\text{NEGATIVECIRCLEDNUMBERELEVEN}4\end{document}Sie können das Symbol negative circled number eleven auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9451 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "negative circled number eleven", or use Unicode Hex Input with 24EB.
Ctrl + Shift + U, type 24eb, 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 list marker support.
1span.negative-circled-number-eleven::before { content: "\24EB"; }1<span>⓫</span>Die Darstellung des Symbols Negative Circled Number Eleven in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u24EB' or String.fromCodePoint(9451) |
| Python | '\N{NEGATIVE CIRCLED NUMBER ELEVEN}' or chr(9451) |
| Rust | '\u{24EB}' |
| C / C++ | UTF-8 source or wchar_t with U+24EB |
| Go | string(rune(0x24EB)) |
| Ruby | "\u{24EB}" |
\24EB |
| Hexadezimalcode | 0x24EB |
| HTML-Code | ⓫ |
| LaTeX | \text{NEGATIVECIRCLEDNUMBERELEVEN} |
| Symbol | ⓫ |
| URL-Kodierung (UTF-8-Prozent) | %E2%93%AB |
| Ansagename (Screenreader) | Negative Circled Number Eleven |