Bullet vs Double Wavy Overline
VS
Comparação de propriedades
| Propriedade | • 2022 | ﹌ FE4C |
|---|---|---|
| Nome | Bullet | Double Wavy Overline |
| Categoria | Punctuation | Punctuation |
| Bloco | General Punctuation | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 2022 | FE4C |
|---|---|---|
| Unicode | U+2022 | U+FE4C |
| HTML Decimal | • | ﹌ |
| HTML Hex | • | ﹌ |
| CSS | \2022 | \FE4C |
| JavaScript | \u{2022} | \u{FE4C} |
| Python | \u2022 | \ufe4c |
| UTF-8 | e2 80 a2 | ef b9 8c |
Como distinguir
Tanto Bullet quanto Double Wavy Overline 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.