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