Fraction Numerator One vs Vulgar Fraction Seven Eighths
VS
Property Comparison
Encoding Comparison
| Format | 215F | 215E |
|---|---|---|
| Unicode | U+215F | U+215E |
| HTML Decimal | ⅟ | ⅞ |
| HTML Hex | ⅟ | ⅞ |
| CSS | \215F | \215E |
| JavaScript | \u{215F} | \u{215E} |
| Python | \u215f | \u215e |
| UTF-8 | e2 85 9f | e2 85 9e |
How to Distinguish
Both Fraction Numerator One and Vulgar Fraction Seven Eighths 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.