Comma vs Latin Letter Lateral Click
VS
Perbandingan Properti
| Properti | , 002C | ǁ 01C1 |
|---|---|---|
| Nama | Comma | Latin Letter Lateral Click |
| Kategori | Latin Extended | Latin Extended |
| Blok | Basic Latin | Latin Extended-B |
| Skrip | Zyyy | Latn |
| Kategori Umum | Other Punctuation (Po) | Other Letter (Lo) |
| Bidireksional | CS | L |
Perbandingan Pengkodean
| Format | 002C | 01C1 |
|---|---|---|
| Unicode | U+002C | U+01C1 |
| HTML Decimal | , | ǁ |
| HTML Hex | , | ǁ |
| CSS | \002C | \01C1 |
| JavaScript | \u{2C} | \u{1C1} |
| Python | \u002c | \u01c1 |
| UTF-8 | 2c | c7 81 |
Cara Membedakan
Comma dan Latin Letter Lateral Click 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.