Middle Dot vs Reversed Semicolon
VS
Comparação de propriedades
| Propriedade | · 00B7 | ⁏ 204F |
|---|---|---|
| Nome | Middle Dot | Reversed Semicolon |
| Categoria | Punctuation | Punctuation |
| Bloco | Latin-1 Supplement | General Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 00B7 | 204F |
|---|---|---|
| Unicode | U+00B7 | U+204F |
| HTML Decimal | · | ⁏ |
| HTML Hex | · | ⁏ |
| CSS | \00B7 | \204F |
| JavaScript | \u{B7} | \u{204F} |
| Python | \u00b7 | \u204f |
| UTF-8 | c2 b7 | e2 81 8f |
Como distinguir
Tanto Middle Dot quanto Reversed Semicolon 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.