Comma vs Latin Small Letter A With Dot Above And Macron
VS
Comparação de propriedades
| Propriedade | , 002C | ǡ 01E1 |
|---|---|---|
| Nome | Comma | Latin Small Letter A With Dot Above And Macron |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Latin Extended-B |
| Script | Zyyy | Latn |
| Categoria geral | Other Punctuation (Po) | Lowercase Letter (Ll) |
| Bidirecional | CS | L |
Comparação de codificações
| Formato | 002C | 01E1 |
|---|---|---|
| Unicode | U+002C | U+01E1 |
| HTML Decimal | , | ǡ |
| HTML Hex | , | ǡ |
| CSS | \002C | \01E1 |
| JavaScript | \u{2C} | \u{1E1} |
| Python | \u002c | \u01e1 |
| UTF-8 | 2c | c7 a1 |
Como distinguir
Tanto Comma quanto Latin Small Letter A With Dot Above And Macron 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.