Reversed Prime vs Right-To-Left Mark
VS
Comparación de propiedades
| Propiedad | ‵ 2035 | 200F |
|---|---|---|
| Nombre | Reversed Prime | Right-To-Left Mark |
| Categoría | Puntuación | Puntuación |
| Bloque | General Punctuation | General Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Format (Cf) |
| Bidireccional | ON | R |
Comparación de codificaciones
| Formato | 2035 | 200F |
|---|---|---|
| Unicode | U+2035 | U+200F |
| HTML Decimal | ‵ | ‏ |
| HTML Hex | ‵ | ‏ |
| CSS | \2035 | \200F |
| JavaScript | \u{2035} | \u{200F} |
| Python | \u2035 | \u200f |
| UTF-8 | e2 80 b5 | e2 80 8f |
Cómo distinguirlos
Tanto Reversed Prime como Right-To-Left Mark 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.