Skip to content
EmojiDB

U+2154 · Other number

HTML entity

⅔

Vulgar Fraction Two Thirds Symbol ⅔

⅔ is vulgar fraction two thirds, and Unicode gives it the numeric value 2/3. It was added in Unicode 1.1, and Unicode files it under Other number.

Also known as

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

Codes & technical data

UnicodeU+2154
HTML hex⅔
HTML decimal⅔
CSS\2154
JavaScript\u{2154}
Python\U00002154
Java / C#\u2154
Rust\u{2154}
Swift\u{2154}
PHP\u{2154}
URL encoded%E2%85%94
UTF-8 bytesE2 85 94
UTF-16 bytes2154
Base644oWU
Decimal8532
HTML entity⅔
Decomposes to2⁄3 (fraction form)
Numeric value2/3
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 2⁄3. 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 2154 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “vulgar fraction two thirds”
LinuxPress Ctrl+Shift+U, type 2154, 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 two thirds symbol?
On Windows, type 2154 and press Alt+X. On Linux press Ctrl+Shift+U then 2154. On any system the quickest route is the copy button on this page.
What is the code for ⅔?
Vulgar Fraction Two Thirds is U+2154, 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 Two Thirds is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 2⁄3. Use it for display, not where text is normalised.