| Symbol Name | Parenthesized Digit Six |
| Unicode Version | 1.1 |
| Unicode | U+2479 |
| Unicode block | |
| General category | Letter Number (Nl) |
| CSS Code | \2479 |
| Hex Code | 0x2479 |
| HTML Code | ⑹ |
| LaTeX | {⑹} |
| Symbol | ⑹ |
| URL encode (UTF-8 percent) | %E2%91%B9 |
| Spoken / screen reader name | Parenthesized Digit Six |
| UTF-8 | E2 91 B9 |
| UTF-16 | 2479 |
| UTF-32 | 00002479 |
1\documentclass{article}2\usepackage{pifont}3{⑹}4\end{document}You can type the parenthesized digit six symbol on most modern devices with the help of following methods:
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>Parenthesized Digit Six symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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" |