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