Skip to content
EmojiDB

U+2074 · Other number

Superscript Four Symbol ⁴

⁴ is superscript four, and Unicode gives it the numeric value 4. 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 four. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.

Codes & technical data

UnicodeU+2074
HTML hex⁴
HTML decimal⁴
CSS\2074
JavaScript\u{2074}
Python\U00002074
Java / C#\u2074
Rust\u{2074}
Swift\u{2074}
PHP\u{2074}
URL encoded%E2%81%B4
UTF-8 bytesE2 81 B4
UTF-16 bytes2074
Base644oG0
Decimal8308
Decomposes to4 (super form)
Numeric value4
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 4. 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 four characters

Unicode names 9 characters ending in “four”. 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 2074 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “superscript four”
LinuxPress Ctrl+Shift+U, type 2074, 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 four symbol?
On Windows, type 2074 and press Alt+X. On Linux press Ctrl+Shift+U then 2074. On any system the quickest route is the copy button on this page.
What is the code for ⁴?
Superscript Four is U+2074. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will ⁴ survive being pasted anywhere?
Not always. Superscript Four is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 4. Use it for display, not where text is normalised.