Comma vs Latin Small Letter L With Cedilla
VS
Comparação de propriedades
| Propriedade | , 002C | ļ 013C |
|---|---|---|
| Nome | Comma | Latin Small Letter L With Cedilla |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Latin Extended-A |
| Script | Zyyy | Latn |
| Categoria geral | Other Punctuation (Po) | Lowercase Letter (Ll) |
| Bidirecional | CS | L |
Comparação de codificações
| Formato | 002C | 013C |
|---|---|---|
| Unicode | U+002C | U+013C |
| HTML Decimal | , | ļ |
| HTML Hex | , | ļ |
| CSS | \002C | \013C |
| JavaScript | \u{2C} | \u{13C} |
| Python | \u002c | \u013c |
| UTF-8 | 2c | c4 bc |
Como distinguir
Tanto Comma quanto Latin Small Letter L 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.