Middle Dot vs Presentation Form For Vertical Low Line
VS
Comparação de propriedades
| Propriedade | · 00B7 | ︳ FE33 |
|---|---|---|
| Nome | Middle Dot | Presentation Form For Vertical Low Line |
| Categoria | Punctuation | Punctuation |
| Bloco | Latin-1 Supplement | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Connector Punctuation (Pc) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 00B7 | FE33 |
|---|---|---|
| Unicode | U+00B7 | U+FE33 |
| HTML Decimal | · | ︳ |
| HTML Hex | · | ︳ |
| CSS | \00B7 | \FE33 |
| JavaScript | \u{B7} | \u{FE33} |
| Python | \u00b7 | \ufe33 |
| UTF-8 | c2 b7 | ef b8 b3 |
Como distinguir
Tanto Middle Dot quanto Presentation Form For Vertical 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.