| Nom du symbole | Negative Circled Number Eleven |
| Version Unicode | 3.2 |
| Unicode | U+24EB |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole negative circled number eleven sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Negative Circled Number Eleven dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\24EB |
| Code hexadécimal | 0x24EB |
| Code HTML | ⓫ |
| LaTeX | \text{NEGATIVECIRCLEDNUMBERELEVEN} |
| Symbole | ⓫ |
| Encodage URL (pourcent UTF-8) | %E2%93%AB |
| Nom oral / lecteur d’écran | Negative Circled Number Eleven |