Comma vs Latin Letter Alveolar Click
VS
Comparação de propriedades
| Propriedade | , 002C | ǂ 01C2 |
|---|---|---|
| Nome | Comma | Latin Letter Alveolar Click |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Latin Extended-B |
| Script | Zyyy | Latn |
| Categoria geral | Other Punctuation (Po) | Other Letter (Lo) |
| Bidirecional | CS | L |
Comparação de codificações
| Formato | 002C | 01C2 |
|---|---|---|
| Unicode | U+002C | U+01C2 |
| HTML Decimal | , | ǂ |
| HTML Hex | , | ǂ |
| CSS | \002C | \01C2 |
| JavaScript | \u{2C} | \u{1C2} |
| Python | \u002c | \u01c2 |
| UTF-8 | 2c | c7 82 |
Como distinguir
Tanto Comma quanto Latin Letter Alveolar Click estão na categoria Latin Extended, mas residem em blocos Unicode diferentes. Verifique o ponto de código para diferenciá-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.