| Nome del simbolo | Circled Number Twelve |
| Versione Unicode | 1.1 |
| Unicode | U+246B |
| Blocco Unicode | |
| Categoria generale | Number (No) |
| UTF-8 | E2 91 AB |
| UTF-16 | 246B |
| UTF-32 | 0000246B |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDNUMBERTWELVE}4\end{document}Puoi digitare il simbolo circled number twelve sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Circled Number Twelve nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\246B |
| Codice esadecimale | 0x246B |
| Codice HTML | ⑫ |
| LaTeX | \text{CIRCLEDNUMBERTWELVE} |
| Simbolo | ⑫ |
| Codifica URL (percentuale UTF-8) | %E2%91%AB |
| Nome parlato / screen reader | Circled Number Twelve |