Double Intersection vs Plus-Minus Sign
VS
Perbandingan Properti
| Properti | ⋒ 22D2 | ± 00B1 |
|---|---|---|
| Nama | Double Intersection | Plus-Minus Sign |
| Kategori | Math Symbols | Math Symbols |
| Blok | Mathematical Operators | Latin-1 Supplement |
| Skrip | Zyyy | Zyyy |
| Kategori Umum | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidireksional | ON | ET |
Perbandingan Pengkodean
| Format | 22D2 | 00B1 |
|---|---|---|
| Unicode | U+22D2 | U+00B1 |
| HTML Decimal | ⋒ | ± |
| HTML Hex | ⋒ | ± |
| CSS | \22D2 | \00B1 |
| JavaScript | \u{22D2} | \u{B1} |
| Python | \u22d2 | \u00b1 |
| UTF-8 | e2 8b 92 | c2 b1 |
Cara Membedakan
Double Intersection dan Plus-Minus Sign keduanya berada di kategori Math Symbols tetapi di blok Unicode yang berbeda. Periksa titik kode untuk membedakan keduanya.
Tips: Tempelkan karakter ke editor hex atau gunakan
charCodeAt()
di JavaScript untuk memeriksa titik kode yang sebenarnya.