Viñeta vs Four Dot Mark
VS
Comparación de propiedades
| Propiedad | • 2022 | ⁛ 205B |
|---|---|---|
| Nombre | Viñeta | Four Dot Mark |
| Categoría | Puntuación | Puntuación |
| Bloque | General Punctuation | General Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidireccional | ON | ON |
Comparación de codificaciones
| Formato | 2022 | 205B |
|---|---|---|
| Unicode | U+2022 | U+205B |
| HTML Decimal | • | ⁛ |
| HTML Hex | • | ⁛ |
| CSS | \2022 | \205B |
| JavaScript | \u{2022} | \u{205B} |
| Python | \u2022 | \u205b |
| UTF-8 | e2 80 a2 | e2 81 9b |
Cómo distinguirlos
Tanto Viñeta como Four Dot 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.