Skip to content
EmojiDB

U+2088 · Other number

Subscript Eight Symbol ₈

₈ is subscript 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 subscript 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

UnicodeU+2088
HTML hex₈
HTML decimal₈
CSS\2088
JavaScript\u{2088}
Python\U00002088
Java / C#\u2088
Rust\u{2088}
Swift\u{2088}
PHP\u{2088}
URL encoded%E2%82%88
UTF-8 bytesE2 82 88
UTF-16 bytes2088
Base644oKI
Decimal8328
Decomposes to8 (sub form)
Numeric value8
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 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.

All 27 characters in Superscripts and Subscripts →

How to type ₈

WindowsType 2088 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “subscript eight”
LinuxPress Ctrl+Shift+U, type 2088, 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 eight symbol?
On Windows, type 2088 and press Alt+X. On Linux press Ctrl+Shift+U then 2088. On any system the quickest route is the copy button on this page.
What is the code for ₈?
Subscript Eight is U+2088. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will ₈ survive being pasted anywhere?
Not always. Subscript 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.