Comma vs Latin Small Letter L
VS
Comparação de propriedades
| Propriedade | , 002C | l 006C |
|---|---|---|
| Nome | Comma | Latin Small Letter L |
| 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 | 006C |
|---|---|---|
| Unicode | U+002C | U+006C |
| HTML Decimal | , | l |
| HTML Hex | , | l |
| CSS | \002C | \006C |
| JavaScript | \u{2C} | \u{6C} |
| Python | \u002c | \u006c |
| UTF-8 | 2c | 6c |
Como distinguir
Tanto Comma quanto Latin Small Letter L 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.