| Nom du symbole | Circled Number Eleven |
| Version Unicode | 1.1 |
| Unicode | U+246A |
| Bloc Unicode | |
| Catégorie générale | Number (No) |
| Code CSS |
| UTF-8 | E2 91 AA |
| UTF-16 | 246A |
| UTF-32 | 0000246A |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDNUMBERELEVEN}4\end{document}Vous pouvez saisir le symbole circled number eleven sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9322 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled number eleven", or use Unicode Hex Input with 246A.
Ctrl + Shift + U, type 246a, 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.circled-number-eleven::before { content: "\246A"; }1<span>⑪</span>La représentation du symbole Circled Number Eleven dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u246A' or String.fromCodePoint(9322) |
| Python | '\N{CIRCLED NUMBER ELEVEN}' or chr(9322) |
| Rust | '\u{246A}' |
| C / C++ | UTF-8 source or wchar_t with U+246A |
| Go | string(rune(0x246A)) |
| Ruby | "\u{246A}" |
\246A |
| Code hexadécimal | 0x246A |
| Code HTML | ⑪ |
| LaTeX | \text{CIRCLEDNUMBERELEVEN} |
| Symbole | ⑪ |
| Encodage URL (pourcent UTF-8) | %E2%91%AA |
| Nom oral / lecteur d’écran | Circled Number Eleven |