For All vs Plus-Minus Sign
VS
Perbandingan Properti
| Properti | ∀ 2200 | ± 00B1 |
|---|---|---|
| Nama | For All | 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 | 2200 | 00B1 |
|---|---|---|
| Unicode | U+2200 | U+00B1 |
| HTML Decimal | ∀ | ± |
| HTML Hex | ∀ | ± |
| CSS | \2200 | \00B1 |
| JavaScript | \u{2200} | \u{B1} |
| Python | \u2200 | \u00b1 |
| UTF-8 | e2 88 80 | c2 b1 |
Cara Membedakan
For All 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.