U+2078 · Other number
Superscript Eight Symbol ⁸
⁸ is superscript eight, and Unicode gives it the numeric value 8. It was added in Unicode 1.1, and Unicode files it under Other number.
Also known as
Unicode 1.0 called this character superscript digit eight. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.
Codes & technical data
| Unicode | U+2078 | |
|---|---|---|
| HTML hex | ⁸ | |
| HTML decimal | ⁸ | |
| CSS | \2078 | |
| JavaScript | \u{2078} | |
| Python | \U00002078 | |
| Java / C# | \u2078 | |
| Rust | \u{2078} | |
| Swift | \u{2078} | |
| PHP | \u{2078} | |
| URL encoded | %E2%81%B8 | |
| UTF-8 bytes | E2 81 B8 | |
| UTF-16 bytes | 2078 | |
| Base64 | 4oG4 | |
| Decimal | 8312 | |
| Decomposes to | 8 (super 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 Superscripts and Subscripts
Raised and lowered digits and a handful of letters, as single characters rather than as formatting. Useful precisely where formatting is unavailable — filenames, usernames, plain-text fields — though the alphabet is incomplete and always has been.
How to type ⁸
| Windows | Type 2078 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “superscript eight” |
| Linux | Press Ctrl+Shift+U, type 2078, 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 ⁸ superscript eight symbol?
- On Windows, type 2078 and press Alt+X. On Linux press Ctrl+Shift+U then 2078. On any system the quickest route is the copy button on this page.
- What is the code for ⁸?
- Superscript Eight is U+2078. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ⁸ survive being pasted anywhere?
- Not always. Superscript 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.