Middle Dot vs Pop Directional Formatting
VS
Comparación de propiedades
| Propiedad | · 00B7 | 202C |
|---|---|---|
| Nombre | Middle Dot | Pop Directional Formatting |
| Categoría | Puntuación | Puntuación |
| Bloque | Latin-1 Supplement | General Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Format (Cf) |
| Bidireccional | ON |
Comparación de codificaciones
| Formato | 00B7 | 202C |
|---|---|---|
| Unicode | U+00B7 | U+202C |
| HTML Decimal | · | ‬ |
| HTML Hex | · | ‬ |
| CSS | \00B7 | \202C |
| JavaScript | \u{B7} | \u{202C} |
| Python | \u00b7 | \u202c |
| UTF-8 | c2 b7 | e2 80 ac |
Cómo distinguirlos
Tanto Middle Dot como Pop Directional Formatting están en la categoría Puntuación pero se encuentran en diferentes bloques Unicode. Compruebe el punto de código para diferenciarlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.