U+2483 · Other number
Parenthesized Number Sixteen Symbol ⒃
⒃ is parenthesized number sixteen, and Unicode gives it the numeric value 16. It was added in Unicode 1.1, and Unicode files it under Other number.
Codes & technical data
| Unicode | U+2483 | |
|---|---|---|
| HTML hex | ⒃ | |
| HTML decimal | ⒃ | |
| CSS | \2483 | |
| JavaScript | \u{2483} | |
| Python | \U00002483 | |
| Java / C# | \u2483 | |
| Rust | \u{2483} | |
| Swift | \u{2483} | |
| PHP | \u{2483} | |
| URL encoded | %E2%92%83 | |
| UTF-8 bytes | E2 92 83 | |
| UTF-16 bytes | 2483 | |
| Base64 | 4pKD | |
| Decimal | 9347 | |
| Decomposes to | (16) (compat form) | |
| Numeric value | 16 | |
| 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
(16). 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.
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 2483 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “parenthesized number sixteen” |
| Linux | Press Ctrl+Shift+U, type 2483, 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 number sixteen symbol?
- On Windows, type 2483 and press Alt+X. On Linux press Ctrl+Shift+U then 2483. On any system the quickest route is the copy button on this page.
- What is the code for ⒃?
- Parenthesized Number Sixteen is U+2483. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ⒃ survive being pasted anywhere?
- Not always. Parenthesized Number Sixteen is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with (16). Use it for display, not where text is normalised.