Ounce Sign vs Script Capital H
VS
Property Comparison
Encoding Comparison
| Format | 2125 | 210B |
|---|---|---|
| Unicode | U+2125 | U+210B |
| HTML Decimal | ℥ | ℋ |
| HTML Hex | ℥ | ℋ |
| CSS | \2125 | \210B |
| JavaScript | \u{2125} | \u{210B} |
| Python | \u2125 | \u210b |
| UTF-8 | e2 84 a5 | e2 84 8b |
How to Distinguish
Both Ounce Sign and Script Capital H belong to the Technical category and the Letterlike Symbols 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.