Skip to content
EmojiDB

U+215A · Other number

HTML entity

⅚

Vulgar Fraction Five Sixths Symbol ⅚

⅚ is vulgar fraction five sixths, and Unicode gives it the numeric value 5/6. It was added in Unicode 1.1, and Unicode files it under Other number.

Also known as

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

Codes & technical data

UnicodeU+215A
HTML hex⅚
HTML decimal⅚
CSS\215A
JavaScript\u{215A}
Python\U0000215A
Java / C#\u215A
Rust\u{215a}
Swift\u{215A}
PHP\u{215A}
URL encoded%E2%85%9A
UTF-8 bytesE2 85 9A
UTF-16 bytes215A
Base644oWa
Decimal8538
HTML entity⅚
Decomposes to5⁄6 (fraction form)
Numeric value5/6
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⁄6. 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 215A then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “vulgar fraction five sixths”
LinuxPress Ctrl+Shift+U, type 215a, 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 five sixths symbol?
On Windows, type 215A and press Alt+X. On Linux press Ctrl+Shift+U then 215a. On any system the quickest route is the copy button on this page.
What is the code for ⅚?
Vulgar Fraction Five Sixths is U+215A, 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 Five Sixths is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 5⁄6. Use it for display, not where text is normalised.