Degree Sign vs Multiplication Sign
VS
Property Comparison
| Property | ° 00B0 | × 00D7 |
|---|---|---|
| Name | Degree Sign | Multiplication Sign |
| Category | Math Symbols | Math Symbols |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Math Symbol (Sm) |
| Bidirectional | ET | ON |
Encoding Comparison
| Format | 00B0 | 00D7 |
|---|---|---|
| Unicode | U+00B0 | U+00D7 |
| HTML Decimal | ° | × |
| HTML Hex | ° | × |
| CSS | \00B0 | \00D7 |
| JavaScript | \u{B0} | \u{D7} |
| Python | \u00b0 | \u00d7 |
| UTF-8 | c2 b0 | c3 97 |
How to Distinguish
Both Degree Sign and Multiplication Sign belong to the Math Symbols category and the Latin-1 Supplement 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.