Comma vs Latin Small Letter H
VS
Comparação de propriedades
| Propriedade | , 002C | h 0068 |
|---|---|---|
| Nome | Comma | Latin Small Letter H |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Basic Latin |
| Script | Zyyy | Latn |
| Categoria geral | Other Punctuation (Po) | Lowercase Letter (Ll) |
| Bidirecional | CS | L |
Comparação de codificações
| Formato | 002C | 0068 |
|---|---|---|
| Unicode | U+002C | U+0068 |
| HTML Decimal | , | h |
| HTML Hex | , | h |
| CSS | \002C | \0068 |
| JavaScript | \u{2C} | \u{68} |
| Python | \u002c | \u0068 |
| UTF-8 | 2c | 68 |
Como distinguir
Tanto Comma quanto Latin Small Letter H pertencem à categoria Latin Extended e ao bloco Basic Latin. Compare seus pontos de código e renderização visual para distingui-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.