Multiplication Sign vs Plus-Minus Sign
VS
Property Comparison
| Property | × 00D7 | ± 00B1 |
|---|---|---|
| Name | Multiplication Sign | Plus-Minus Sign |
| Category | Math Symbols | Math Symbols |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectional | ON | ET |
Encoding Comparison
| Format | 00D7 | 00B1 |
|---|---|---|
| Unicode | U+00D7 | U+00B1 |
| HTML Decimal | × | ± |
| HTML Hex | × | ± |
| CSS | \00D7 | \00B1 |
| JavaScript | \u{D7} | \u{B1} |
| Python | \u00d7 | \u00b1 |
| UTF-8 | c3 97 | c2 b1 |
How to Distinguish
Both Multiplication Sign and Plus-Minus 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.