| Nome del simbolo | Parenthesized Digit Six |
| Versione Unicode | 1.1 |
| Unicode | U+2479 |
| Blocco Unicode | |
| Categoria generale | Letter Number (Nl) |
| Codice CSS |
| UTF-8 | E2 91 B9 |
| UTF-16 | 2479 |
| UTF-32 | 00002479 |
1\documentclass{article}2\usepackage{pifont}3{⑹}4\end{document}Puoi digitare il simbolo parenthesized digit six sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9337 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized digit six", or use Unicode Hex Input with 2479.
Ctrl + Shift + U, type 2479, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.parenthesized-digit-six::before { content: "\2479"; }1<span>⑹</span>La rappresentazione del simbolo Parenthesized Digit Six nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2479' or String.fromCodePoint(0x2479) |
| Python | '\N{PARENTHESIZED DIGIT SIX}' or chr(9337) |
| Rust | '\u{2479}' |
| C / C++ | UTF-8 source or wchar_t with U+2479 |
| Go | string(rune(0x2479)) |
| Ruby | "\u2479" |
\2479 |
| Codice esadecimale | 0x2479 |
| Codice HTML | ⑹ |
| LaTeX | {⑹} |
| Simbolo | ⑹ |
| Codifica URL (percentuale UTF-8) | %E2%91%B9 |
| Nome parlato / screen reader | Parenthesized Digit Six |