Triple Prime vs Vertical Four Dots
VS
Comparación de propiedades
| Propiedad | ‴ 2034 | ⁞ 205E |
|---|---|---|
| Nombre | Triple Prime | Vertical Four Dots |
| Categoría | Puntuación | Puntuación |
| Bloque | General Punctuation | General Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidireccional | ET | ON |
Comparación de codificaciones
| Formato | 2034 | 205E |
|---|---|---|
| Unicode | U+2034 | U+205E |
| HTML Decimal | ‴ | ⁞ |
| HTML Hex | ‴ | ⁞ |
| CSS | \2034 | \205E |
| JavaScript | \u{2034} | \u{205E} |
| Python | \u2034 | \u205e |
| UTF-8 | e2 80 b4 | e2 81 9e |
Cómo distinguirlos
Tanto Triple Prime como Vertical Four Dots 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.