Apostrophe vs Comma
VS
Perbandingan Properti
| Properti | ' 0027 | , 002C |
|---|---|---|
| Nama | Apostrophe | Comma |
| Kategori | Latin Extended | Latin Extended |
| Blok | Basic Latin | Basic Latin |
| Skrip | Zyyy | Zyyy |
| Kategori Umum | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidireksional | ON | CS |
Perbandingan Pengkodean
| Format | 0027 | 002C |
|---|---|---|
| Unicode | U+0027 | U+002C |
| HTML Decimal | ' | , |
| HTML Hex | ' | , |
| CSS | \0027 | \002C |
| JavaScript | \u{27} | \u{2C} |
| Python | \u0027 | \u002c |
| UTF-8 | 27 | 2c |
Cara Membedakan
Apostrophe dan Comma keduanya termasuk kategori Latin Extended dan blok Basic Latin. Bandingkan titik kode dan tampilan visualnya untuk membedakan keduanya.
Tips: Tempelkan karakter ke editor hex atau gunakan
charCodeAt()
di JavaScript untuk memeriksa titik kode yang sebenarnya.