Fraction Numerator One vs Vulgar Fraction One Ninth
VS
Property Comparison
Encoding Comparison
| Format | 215F | 2151 |
|---|---|---|
| Unicode | U+215F | U+2151 |
| HTML Decimal | ⅟ | ⅑ |
| HTML Hex | ⅟ | ⅑ |
| CSS | \215F | \2151 |
| JavaScript | \u{215F} | \u{2151} |
| Python | \u215f | \u2151 |
| UTF-8 | e2 85 9f | e2 85 91 |
How to Distinguish
Both Fraction Numerator One and Vulgar Fraction One Ninth belong to the Fractions category and the Number Forms block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.