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