| Nome del simbolo | Circled Digit Nine |
| Versione Unicode | 1.1 |
| Unicode | U+2468 |
| Blocco Unicode | |
| Categoria generale | Other Number (No) |
| Codice CSS | \2468 |
| Codice esadecimale | 0x2468 |
| Codice HTML | ⑨ |
| LaTeX | {⑨} |
| Simbolo | ⑨ |
| Codifica URL (percentuale UTF-8) | %E2%91%A8 |
| Nome parlato / screen reader | Circled Digit Nine |
| UTF-8 | E2 91 A8 |
| UTF-16 | 2468 |
| UTF-32 | 00002468 |
1\documentclass{article}2\usepackage{pifont}3{⑨}4\end{document}Puoi digitare il simbolo circled digit nine sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9320 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled digit nine", or use Unicode Hex Input with 2468.
Ctrl + Shift + U, type 2468, 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-digit-nine::before { content: "\2468"; }1<span>⑨</span>La rappresentazione del simbolo Circled Digit Nine nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2468' or String.fromCodePoint(0x2468) |
| Python | '\N{CIRCLED DIGIT NINE}' or chr(9320) |
| Rust | '\u{2468}' |
| C / C++ | UTF-8 source or wchar_t with U+2468 |
| Go | string(rune(0x2468)) |
| Ruby | "\u2468" |