Skip to content
EmojiDB

U+215F · Other number

Fraction Numerator One Symbol ⅟

⅟ is fraction numerator one, and Unicode gives it the numeric value 1. It was added in Unicode 1.1, and Unicode files it under Other number.

Codes & technical data

UnicodeU+215F
HTML hex⅟
HTML decimal⅟
CSS\215F
JavaScript\u{215F}
Python\U0000215F
Java / C#\u215F
Rust\u{215f}
Swift\u{215F}
PHP\u{215F}
URL encoded%E2%85%9F
UTF-8 bytesE2 85 9F
UTF-16 bytes215F
Base644oWf
Decimal8543
Decomposes to1⁄ (fraction form)
Numeric value1
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 1⁄. 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.

Other one characters

Unicode names 10 characters ending in “one”. They differ by direction, weight or decoration rather than by meaning.

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