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