U+215B · Other number
HTML entity
⅛
Vulgar Fraction One Eighth Symbol ⅛
⅛ is vulgar fraction one eighth, U+215B. Unicode records it as a compatibility form of 1⁄8 (fraction form). It was added in Unicode 1.1, and Unicode files it under Other number.
Also known as
Unicode 1.0 called this character fraction one eighth. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.
Codes & technical data
| Unicode | U+215B | |
|---|---|---|
| HTML hex | ⅛ | |
| HTML decimal | ⅛ | |
| CSS | \215B | |
| JavaScript | \u{215B} | |
| Python | \U0000215B | |
| Java / C# | \u215B | |
| Rust | \u{215b} | |
| Swift | \u{215B} | |
| PHP | \u{215B} | |
| URL encoded | %E2%85%9B | |
| UTF-8 bytes | E2 85 9B | |
| UTF-16 bytes | 215B | |
| Base64 | 4oWb | |
| Decimal | 8539 | |
| HTML entity | ⅛ | |
| Decomposes to | 1⁄8 (fraction form) | |
| Numeric value | 1/8 | |
| Category | Other number (No) | |
| Introduced | Unicode 1.1 | |
Will ⅛ survive being pasted?
- Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ⅛ as
1⁄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.
How to type ⅛
| Windows | Type 215B then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “vulgar fraction one eighth” |
| Linux | Press Ctrl+Shift+U, type 215b, 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 eighth symbol?
- On Windows, type 215B and press Alt+X. On Linux press Ctrl+Shift+U then 215b. On any system the quickest route is the copy button on this page.
- What is the code for ⅛?
- Vulgar Fraction One Eighth is U+215B, 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 One Eighth is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with 1⁄8. Use it for display, not where text is normalised.