Vulgar Fraction One Half vs Vulgar Fraction One Third
VS
Property Comparison
Encoding Comparison
| Format | 00BD | 2153 |
|---|---|---|
| Unicode | U+00BD | U+2153 |
| HTML Decimal | ½ | ⅓ |
| HTML Hex | ½ | ⅓ |
| CSS | \00BD | \2153 |
| JavaScript | \u{BD} | \u{2153} |
| Python | \u00bd | \u2153 |
| UTF-8 | c2 bd | e2 85 93 |
How to Distinguish
Both Vulgar Fraction One Half and Vulgar Fraction One Third 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.