Vulgar Fraction One Half vs Vulgar Fraction Two Thirds
VS
Property Comparison
Encoding Comparison
| Format | 00BD | 2154 |
|---|---|---|
| Unicode | U+00BD | U+2154 |
| HTML Decimal | ½ | ⅔ |
| HTML Hex | ½ | ⅔ |
| CSS | \00BD | \2154 |
| JavaScript | \u{BD} | \u{2154} |
| Python | \u00bd | \u2154 |
| UTF-8 | c2 bd | e2 85 94 |
How to Distinguish
Both Vulgar Fraction One Half 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.