Does Not Contain As Member vs Plus-Minus Sign
VS
Perbandingan Properti
| Properti | ∌ 220C | ± 00B1 |
|---|---|---|
| Nama | Does Not Contain As Member | 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 | 220C | 00B1 |
|---|---|---|
| Unicode | U+220C | U+00B1 |
| HTML Decimal | ∌ | ± |
| HTML Hex | ∌ | ± |
| CSS | \220C | \00B1 |
| JavaScript | \u{220C} | \u{B1} |
| Python | \u220c | \u00b1 |
| UTF-8 | e2 88 8c | c2 b1 |
Cara Membedakan
Does Not Contain As Member 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.