Bullet vs Medieval Comma
VS
Comparação de propriedades
| Propriedade | • 2022 | ⹌ 2E4C |
|---|---|---|
| Nome | Bullet | Medieval Comma |
| Categoria | Punctuation | Punctuation |
| Bloco | General Punctuation | Supplemental Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 2022 | 2E4C |
|---|---|---|
| Unicode | U+2022 | U+2E4C |
| HTML Decimal | • | ⹌ |
| HTML Hex | • | ⹌ |
| CSS | \2022 | \2E4C |
| JavaScript | \u{2022} | \u{2E4C} |
| Python | \u2022 | \u2e4c |
| UTF-8 | e2 80 a2 | e2 b9 8c |
Como distinguir
Tanto Bullet quanto Medieval Comma estão na categoria Punctuation, 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.