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