Multiplication Sign vs N-Ary Union
VS
Property Comparison
| Property | × 00D7 | ⋃ 22C3 |
|---|---|---|
| Name | Multiplication Sign | N-Ary Union |
| Category | Math Symbols | Math Symbols |
| Block | Latin-1 Supplement | Mathematical Operators |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 00D7 | 22C3 |
|---|---|---|
| Unicode | U+00D7 | U+22C3 |
| HTML Decimal | × | ⋃ |
| HTML Hex | × | ⋃ |
| CSS | \00D7 | \22C3 |
| JavaScript | \u{D7} | \u{22C3} |
| Python | \u00d7 | \u22c3 |
| UTF-8 | c3 97 | e2 8b 83 |
How to Distinguish
Both Multiplication Sign and N-Ary Union are in the Math Symbols 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.