Viñeta vs Right-To-Left Embedding
VS
Comparación de propiedades
| Propiedad | • 2022 | 202B |
|---|---|---|
| Nombre | Viñeta | Right-To-Left Embedding |
| Categoría | Puntuación | Puntuación |
| Bloque | General Punctuation | General Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Format (Cf) |
| Bidireccional | ON | RLE |
Comparación de codificaciones
| Formato | 2022 | 202B |
|---|---|---|
| Unicode | U+2022 | U+202B |
| HTML Decimal | • | ‫ |
| HTML Hex | • | ‫ |
| CSS | \2022 | \202B |
| JavaScript | \u{2022} | \u{202B} |
| Python | \u2022 | \u202b |
| UTF-8 | e2 80 a2 | e2 80 ab |
Cómo distinguirlos
Tanto Viñeta como Right-To-Left Embedding 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.