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