Middle Dot vs One Dot Over Two Dots Punctuation
VS
Comparação de propriedades
| Propriedade | · 00B7 | ⸫ 2E2B |
|---|---|---|
| Nome | Middle Dot | One Dot Over Two Dots Punctuation |
| Categoria | Punctuation | Punctuation |
| Bloco | Latin-1 Supplement | Supplemental Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 00B7 | 2E2B |
|---|---|---|
| Unicode | U+00B7 | U+2E2B |
| HTML Decimal | · | ⸫ |
| HTML Hex | · | ⸫ |
| CSS | \00B7 | \2E2B |
| JavaScript | \u{B7} | \u{2E2B} |
| Python | \u00b7 | \u2e2b |
| UTF-8 | c2 b7 | e2 b8 ab |
Como distinguir
Tanto Middle Dot quanto One Dot Over Two Dots Punctuation 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.