Reversed Prime vs Right-To-Left Override
VS
Comparação de propriedades
| Propriedade | ‵ 2035 | 202E |
|---|---|---|
| Nome | Reversed Prime | Right-To-Left Override |
| Categoria | Punctuation | Punctuation |
| Bloco | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Format (Cf) |
| Bidirecional | ON | RLO |
Comparação de codificações
| Formato | 2035 | 202E |
|---|---|---|
| Unicode | U+2035 | U+202E |
| HTML Decimal | ‵ | ‮ |
| HTML Hex | ‵ | ‮ |
| CSS | \2035 | \202E |
| JavaScript | \u{2035} | \u{202E} |
| Python | \u2035 | \u202e |
| UTF-8 | e2 80 b5 | e2 80 ae |
Como distinguir
Tanto Reversed Prime quanto Right-To-Left 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.