Skip to content
EmojiDB

U+215E · Other number

HTML entity

⅞

Vulgar Fraction Seven Eighths Symbol ⅞

⅞ is vulgar fraction seven eighths, and Unicode gives it the numeric value 7/8. It was added in Unicode 1.1, and Unicode files it under Other number.

Also known as

Unicode 1.0 called this character fraction seven eighths. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.

Codes & technical data

UnicodeU+215E
HTML hex⅞
HTML decimal⅞
CSS\215E
JavaScript\u{215E}
Python\U0000215E
Java / C#\u215E
Rust\u{215e}
Swift\u{215E}
PHP\u{215E}
URL encoded%E2%85%9E
UTF-8 bytesE2 85 9E
UTF-16 bytes215E
Base644oWe
Decimal8542
HTML entity⅞
Decomposes to7⁄8 (fraction form)
Numeric value7/8
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 7⁄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.

Nearby in Number Forms

Roman numerals as single characters, and the vulgar fractions beyond the three Latin-1 supplies. A Roman numeral here is one character, not a run of letters, so Ⅷ and VIII sort and search differently.

All 58 characters in Number Forms →

How to type ⅞

WindowsType 215E then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “vulgar fraction seven eighths”
LinuxPress Ctrl+Shift+U, type 215e, 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 ⅞ vulgar fraction seven eighths symbol?
On Windows, type 215E and press Alt+X. On Linux press Ctrl+Shift+U then 215e. On any system the quickest route is the copy button on this page.
What is the code for ⅞?
Vulgar Fraction Seven Eighths is U+215E, written in HTML as ⅞. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will ⅞ survive being pasted anywhere?
Not always. Vulgar Fraction Seven Eighths is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 7⁄8. Use it for display, not where text is normalised.