Reversed Question Mark vs Three-Em Dash
VS
Comparação de propriedades
| Propriedade | ⸮ 2E2E | ⸻ 2E3B |
|---|---|---|
| Nome | Reversed Question Mark | Three-Em Dash |
| Categoria | Punctuation | Punctuation |
| Bloco | Supplemental Punctuation | Supplemental Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Dash Punctuation (Pd) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 2E2E | 2E3B |
|---|---|---|
| Unicode | U+2E2E | U+2E3B |
| HTML Decimal | ⸮ | ⸻ |
| HTML Hex | ⸮ | ⸻ |
| CSS | \2E2E | \2E3B |
| JavaScript | \u{2E2E} | \u{2E3B} |
| Python | \u2e2e | \u2e3b |
| UTF-8 | e2 b8 ae | e2 b8 bb |
Como distinguir
Tanto Reversed Question Mark quanto Three-Em Dash pertencem à categoria Punctuation e ao bloco Supplemental 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.