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