| Nome del simbolo | Negative Circled Number Eleven |
| Versione Unicode | 3.2 |
| Unicode | U+24EB |
| Blocco Unicode | |
| Categoria generale | Number (No) |
| UTF-8 | E2 93 AB |
| UTF-16 | 24EB |
| UTF-32 | 000024EB |
1\documentclass{article}2\usepackage{pifont}3\text{NEGATIVECIRCLEDNUMBERELEVEN}4\end{document}Puoi digitare il simbolo negative circled number eleven sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Negative Circled Number Eleven nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\24EB |
| Codice esadecimale | 0x24EB |
| Codice HTML | ⓫ |
| LaTeX | \text{NEGATIVECIRCLEDNUMBERELEVEN} |
| Simbolo | ⓫ |
| Codifica URL (percentuale UTF-8) | %E2%93%AB |
| Nome parlato / screen reader | Negative Circled Number Eleven |