Degree Celsius vs Property Line
VS
Property Comparison
Encoding Comparison
| Format | 2103 | 214A |
|---|---|---|
| Unicode | U+2103 | U+214A |
| HTML Decimal | ℃ | ⅊ |
| HTML Hex | ℃ | ⅊ |
| CSS | \2103 | \214A |
| JavaScript | \u{2103} | \u{214A} |
| Python | \u2103 | \u214a |
| UTF-8 | e2 84 83 | e2 85 8a |
How to Distinguish
Both Degree Celsius and Property Line 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.