Skip to content
EmojiDB

U+2150 · Other number

Vulgar Fraction One Seventh Symbol ⅐

⅐ is vulgar fraction one seventh, and Unicode gives it the numeric value 1/7. It was added in Unicode 5.2, and Unicode files it under Other number.

Codes & technical data

UnicodeU+2150
HTML hex⅐
HTML decimal⅐
CSS\2150
JavaScript\u{2150}
Python\U00002150
Java / C#\u2150
Rust\u{2150}
Swift\u{2150}
PHP\u{2150}
URL encoded%E2%85%90
UTF-8 bytesE2 85 90
UTF-16 bytes2150
Base644oWQ
Decimal8528
Decomposes to1⁄7 (fraction form)
Numeric value1/7
CategoryOther number (No)
IntroducedUnicode 5.2

Will ⅐ survive being pasted?

  • Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ⅐ as 1⁄7. 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 2150 then press Alt+X
macOSPress Ctrl+Cmd+Space, then search for “vulgar fraction one seventh”
LinuxPress Ctrl+Shift+U, type 2150, 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 one seventh symbol?
On Windows, type 2150 and press Alt+X. On Linux press Ctrl+Shift+U then 2150. On any system the quickest route is the copy button on this page.
What is the code for ⅐?
Vulgar Fraction One Seventh is U+2150. In UTF-8 it takes 3 bytes. The table above lists every escape format.
Will ⅐ survive being pasted anywhere?
Not always. Vulgar Fraction One Seventh is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 1⁄7. Use it for display, not where text is normalised.