U+2085 · Other number
Subscript Five Symbol ₅
₅ is subscript five, and Unicode gives it the numeric value 5. It was added in Unicode 1.1, and Unicode files it under Other number.
Also known as
Unicode 1.0 called this character subscript digit five. 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+2085 | |
|---|---|---|
| HTML hex | ₅ | |
| HTML decimal | ₅ | |
| CSS | \2085 | |
| JavaScript | \u{2085} | |
| Python | \U00002085 | |
| Java / C# | \u2085 | |
| Rust | \u{2085} | |
| Swift | \u{2085} | |
| PHP | \u{2085} | |
| URL encoded | %E2%82%85 | |
| UTF-8 bytes | E2 82 85 | |
| UTF-16 bytes | 2085 | |
| Base64 | 4oKF | |
| Decimal | 8325 | |
| Decomposes to | 5 (sub form) | |
| Numeric value | 5 | |
| 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
5. 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 five characters
Unicode names 9 characters ending in “five”. 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 2085 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “subscript five” |
| Linux | Press Ctrl+Shift+U, type 2085, 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 ₅ subscript five symbol?
- On Windows, type 2085 and press Alt+X. On Linux press Ctrl+Shift+U then 2085. On any system the quickest route is the copy button on this page.
- What is the code for ₅?
- Subscript Five is U+2085. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- Will ₅ survive being pasted anywhere?
- Not always. Subscript Five is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 5. Use it for display, not where text is normalised.