Skip to content
EmojiDB

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

UnicodeU+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 bytesE2 82 85
UTF-16 bytes2085
Base644oKF
Decimal8325
Decomposes to5 (sub form)
Numeric value5
CategoryOther number (No)
IntroducedUnicode 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.

All 27 characters in Superscripts and Subscripts →

How to type ₅

WindowsType 2085 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “subscript five”
LinuxPress 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.