Middle Dot vs Right-To-Left Embedding
VS
Comparação de propriedades
| Propriedade | · 00B7 | 202B |
|---|---|---|
| Nome | Middle Dot | Right-To-Left Embedding |
| Categoria | Punctuation | Punctuation |
| Bloco | Latin-1 Supplement | General Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Format (Cf) |
| Bidirecional | ON | RLE |
Comparação de codificações
| Formato | 00B7 | 202B |
|---|---|---|
| Unicode | U+00B7 | U+202B |
| HTML Decimal | · | ‫ |
| HTML Hex | · | ‫ |
| CSS | \00B7 | \202B |
| JavaScript | \u{B7} | \u{202B} |
| Python | \u00b7 | \u202b |
| UTF-8 | c2 b7 | e2 80 ab |
Como distinguir
Tanto Middle Dot quanto Right-To-Left Embedding 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.