U+2476 · Other number
Parenthesized Digit Three Symbol ⑶
⑶ is parenthesized digit three, U+2476. Unicode records it as a compatibility form of (3) (compat form). It was added in Unicode 1.1, and Unicode files it under Other number.
Codes & technical data
| Unicode | U+2476 | |
|---|---|---|
| HTML hex | ⑶ | |
| HTML decimal | ⑶ | |
| CSS | \2476 | |
| JavaScript | \u{2476} | |
| Python | \U00002476 | |
| Java / C# | \u2476 | |
| Rust | \u{2476} | |
| Swift | \u{2476} | |
| PHP | \u{2476} | |
| URL encoded | %E2%91%B6 | |
| UTF-8 bytes | E2 91 B6 | |
| UTF-16 bytes | 2476 | |
| Base64 | 4pG2 | |
| Decimal | 9334 | |
| Decomposes to | (3) (compat form) | |
| Numeric value | 3 | |
| Category | Other number (No) | |
| Introduced | Unicode 1.1 | |
Will ⑶ survive being pasted?
- Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ⑶ as
(3). Safe for display, not for storage. - Legacy encodings. ⑶ is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
- Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.
Other three characters
Unicode names 9 characters ending in “three”. They differ by direction, weight or decoration rather than by meaning.
Nearby in Enclosed Alphanumerics
Letters and digits inside circles, parentheses and full stops. Widely used for numbered lists in plain text, though NFKC normalisation strips the enclosure and leaves the bare character.
How to type ⑶
| Windows | Type 2476 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “parenthesized digit three” |
| Linux | Press Ctrl+Shift+U, type 2476, press Enter |
| HTML | ⑶ |
About Unicode’s Other number category
This is classified as a number that is not a plain digit — a fraction, a superscript figure, a circled or bracketed numeral. Software will not parse it as a number without being told to.
Frequently asked questions
- How do I type the ⑶ parenthesized digit three symbol?
- On Windows, type 2476 and press Alt+X. On Linux press Ctrl+Shift+U then 2476. On any system the quickest route is the copy button on this page.
- What is the code for ⑶?
- Parenthesized Digit Three is U+2476. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ⑶ survive being pasted anywhere?
- Not always. Parenthesized Digit Three is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with (3). Use it for display, not where text is normalised.