| Nome del simbolo | Circled Number Ten |
| Versione Unicode | 1.1 |
| Unicode | U+2469 |
| Blocco Unicode | |
| Categoria generale | Other Number (No) |
| Codice CSS | \2469 |
| Codice esadecimale | 0x2469 |
| Codice HTML | ⑩ |
| LaTeX | {⑩} |
| Simbolo | ⑩ |
| Codifica URL (percentuale UTF-8) | %E2%91%A9 |
| Nome parlato / screen reader | Circled Number Ten |
| UTF-8 | E2 91 A9 |
| UTF-16 | 2469 |
| UTF-32 | 00002469 |
1\documentclass{article}2\usepackage{pifont}3{⑩}4\end{document}Puoi digitare il simbolo circled number ten sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9321 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled number ten", or use Unicode Hex Input with 2469.
Ctrl + Shift + U, type 2469, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.circled-number-ten::before { content: "\2469"; }1<span>⑩</span>La rappresentazione del simbolo Circled Number Ten nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2469' or String.fromCodePoint(0x2469) |
| Python | '\N{CIRCLED NUMBER TEN}' or chr(9321) |
| Rust | '\u{2469}' |
| C / C++ | UTF-8 source or wchar_t with U+2469 |
| Go | string(rune(0x2469)) |
| Ruby | "\u2469" |