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