Skip to content
EmojiDB

U+2157 · Other number

HTML entity

⅗

Vulgar Fraction Three Fifths Symbol ⅗

⅗ is vulgar fraction three fifths. Write it in HTML as ⅗ or paste the character directly. It was added in Unicode 1.1, and Unicode files it under Other number.

Also known as

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

Codes & technical data

UnicodeU+2157
HTML hex⅗
HTML decimal⅗
CSS\2157
JavaScript\u{2157}
Python\U00002157
Java / C#\u2157
Rust\u{2157}
Swift\u{2157}
PHP\u{2157}
URL encoded%E2%85%97
UTF-8 bytesE2 85 97
UTF-16 bytes2157
Base644oWX
Decimal8535
HTML entity⅗
Decomposes to3⁄5 (fraction form)
Numeric value3/5
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 3⁄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.

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 2157 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “vulgar fraction three fifths”
LinuxPress Ctrl+Shift+U, type 2157, 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 three fifths symbol?
On Windows, type 2157 and press Alt+X. On Linux press Ctrl+Shift+U then 2157. On any system the quickest route is the copy button on this page.
What is the code for ⅗?
Vulgar Fraction Three Fifths is U+2157, 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 Three Fifths is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 3⁄5. Use it for display, not where text is normalised.