Vulgar Fraction One Third vs Vulgar Fraction Two Thirds
VS
Property Comparison
Encoding Comparison
| Format | 2153 | 2154 |
|---|---|---|
| Unicode | U+2153 | U+2154 |
| HTML Decimal | ⅓ | ⅔ |
| HTML Hex | ⅓ | ⅔ |
| CSS | \2153 | \2154 |
| JavaScript | \u{2153} | \u{2154} |
| Python | \u2153 | \u2154 |
| UTF-8 | e2 85 93 | e2 85 94 |
How to Distinguish
Both Vulgar Fraction One Third and Vulgar Fraction Two Thirds 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.