Vulgar Fraction Three Quarters vs Vulgar Fraction Two Thirds
VS
Property Comparison
Encoding Comparison
| Format | 00BE | 2154 |
|---|---|---|
| Unicode | U+00BE | U+2154 |
| HTML Decimal | ¾ | ⅔ |
| HTML Hex | ¾ | ⅔ |
| CSS | \00BE | \2154 |
| JavaScript | \u{BE} | \u{2154} |
| Python | \u00be | \u2154 |
| UTF-8 | c2 be | e2 85 94 |
How to Distinguish
Both Vulgar Fraction Three Quarters and Vulgar Fraction Two Thirds 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.