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