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