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