Skip to content
EmojiDB

U+2075 · Other number

Superscript Five Symbol ⁵

⁵ is superscript five, U+2075. Unicode records it as a compatibility form of 5 (super form). 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 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+2075
HTML hex⁵
HTML decimal⁵
CSS\2075
JavaScript\u{2075}
Python\U00002075
Java / C#\u2075
Rust\u{2075}
Swift\u{2075}
PHP\u{2075}
URL encoded%E2%81%B5
UTF-8 bytesE2 81 B5
UTF-16 bytes2075
Base644oG1
Decimal8309
Decomposes to5 (super 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 2075 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “superscript five”
LinuxPress Ctrl+Shift+U, type 2075, 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 five symbol?
On Windows, type 2075 and press Alt+X. On Linux press Ctrl+Shift+U then 2075. On any system the quickest route is the copy button on this page.
What is the code for ⁵?
Superscript Five is U+2075. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will ⁵ survive being pasted anywhere?
Not always. Superscript 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.