Reversed Prime vs Right-To-Left Override
VS
Comparación de propiedades
| Propiedad | ‵ 2035 | 202E |
|---|---|---|
| Nombre | Reversed Prime | Right-To-Left Override |
| Categoría | Puntuación | Puntuación |
| Bloque | General Punctuation | General Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Format (Cf) |
| Bidireccional | ON | RLO |
Comparación de codificaciones
| 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 |
Cómo distinguirlos
Tanto Reversed Prime como Right-To-Left Override pertenecen a la categoría Puntuación y al bloque General Punctuation. Compare sus puntos de código y renderizado visual para distinguirlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.