Comma vs Latin Capital Letter S
VS
Comparação de propriedades
| Propriedade | , 002C | S 0053 |
|---|---|---|
| Nome | Comma | Latin Capital Letter S |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Basic Latin |
| Script | Zyyy | Latn |
| Categoria geral | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidirecional | CS | L |
Comparação de codificações
| Formato | 002C | 0053 |
|---|---|---|
| Unicode | U+002C | U+0053 |
| HTML Decimal | , | S |
| HTML Hex | , | S |
| CSS | \002C | \0053 |
| JavaScript | \u{2C} | \u{53} |
| Python | \u002c | \u0053 |
| UTF-8 | 2c | 53 |
Como distinguir
Tanto Comma quanto Latin Capital Letter S 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.