Horizontal Ellipsis vs Left-To-Right Override
VS
Comparação de propriedades
| Propriedade | … 2026 | 202D |
|---|---|---|
| Nome | Horizontal Ellipsis | Left-To-Right Override |
| Categoria | Punctuation | Punctuation |
| Bloco | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Format (Cf) |
| Bidirecional | ON | LRO |
Comparação de codificações
| Formato | 2026 | 202D |
|---|---|---|
| Unicode | U+2026 | U+202D |
| HTML Decimal | … | ‭ |
| HTML Hex | … | ‭ |
| CSS | \2026 | \202D |
| JavaScript | \u{2026} | \u{202D} |
| Python | \u2026 | \u202d |
| UTF-8 | e2 80 a6 | e2 80 ad |
Como distinguir
Tanto Horizontal Ellipsis quanto Left-To-Right Override pertencem à categoria Punctuation e ao bloco General Punctuation. Compare seus pontos de código e renderização visual para distingui-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.