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