Vulgar Fraction One Seventh vs Vulgar Fraction Three Quarters
VS
Property Comparison
Encoding Comparison
| Format | 2150 | 00BE |
|---|---|---|
| Unicode | U+2150 | U+00BE |
| HTML Decimal | ⅐ | ¾ |
| HTML Hex | ⅐ | ¾ |
| CSS | \2150 | \00BE |
| JavaScript | \u{2150} | \u{BE} |
| Python | \u2150 | \u00be |
| UTF-8 | e2 85 90 | c2 be |
How to Distinguish
Both Vulgar Fraction One Seventh and Vulgar Fraction Three Quarters are in the Fractions category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.