Vulgar Fraction One Ninth vs Vulgar Fraction One Quarter
VS
Property Comparison
Encoding Comparison
| Format | 2151 | 00BC |
|---|---|---|
| Unicode | U+2151 | U+00BC |
| HTML Decimal | ⅑ | ¼ |
| HTML Hex | ⅑ | ¼ |
| CSS | \2151 | \00BC |
| JavaScript | \u{2151} | \u{BC} |
| Python | \u2151 | \u00bc |
| UTF-8 | e2 85 91 | c2 bc |
How to Distinguish
Both Vulgar Fraction One Ninth and Vulgar Fraction One Quarter 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.