Comma vs Inverted Question Mark
VS
Perbandingan Properti
| Properti | , 002C | ¿ 00BF |
|---|---|---|
| Nama | Comma | Inverted Question Mark |
| Kategori | Latin Extended | Latin Extended |
| Blok | Basic Latin | Latin-1 Supplement |
| Skrip | Zyyy | Zyyy |
| Kategori Umum | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidireksional | CS | ON |
Perbandingan Pengkodean
| Format | 002C | 00BF |
|---|---|---|
| Unicode | U+002C | U+00BF |
| HTML Decimal | , | ¿ |
| HTML Hex | , | ¿ |
| CSS | \002C | \00BF |
| JavaScript | \u{2C} | \u{BF} |
| Python | \u002c | \u00bf |
| UTF-8 | 2c | c2 bf |
Cara Membedakan
Comma dan Inverted Question Mark keduanya berada di kategori Latin Extended 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.