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