| Symbol Name | Parenthesized Digit Two |
| Unicode Version | 1.1 |
| Unicode | U+2475 |
| Unicode block | |
| General category | Letter Number (Nl) |
| CSS Code | \2475 |
| Hex Code | 0x2475 |
| HTML Code | ⑵ |
| LaTeX | {⑵} |
| Symbol | ⑵ |
| URL encode (UTF-8 percent) | %E2%91%B5 |
| Spoken / screen reader name | Parenthesized Digit Two |
| UTF-8 | E2 91 B5 |
| UTF-16 | 2475 |
| UTF-32 | 00002475 |
1\documentclass{article}2\usepackage{pifont}3{⑵}4\end{document}You can type the parenthesized digit two symbol on most modern devices with the help of following methods:
Alt + 9333 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized digit two", or use Unicode Hex Input with 2475.
Ctrl + Shift + U, type 2475, 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-two::before { content: "\2475"; }1<span>⑵</span>Parenthesized Digit Two symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2475' or String.fromCodePoint(0x2475) |
| Python | '\N{PARENTHESIZED DIGIT TWO}' or chr(9333) |
| Rust | '\u{2475}' |
| C / C++ | UTF-8 source or wchar_t with U+2475 |
| Go | string(rune(0x2475)) |
| Ruby | "\u2475" |