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