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