Middle Dot vs Right-To-Left Embedding
VS
Comparación de propiedades
| Propiedad | · 00B7 | 202B |
|---|---|---|
| Nombre | Middle Dot | Right-To-Left Embedding |
| 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 | RLE |
Comparación de codificaciones
| Formato | 00B7 | 202B |
|---|---|---|
| Unicode | U+00B7 | U+202B |
| HTML Decimal | · | ‫ |
| HTML Hex | · | ‫ |
| CSS | \00B7 | \202B |
| JavaScript | \u{B7} | \u{202B} |
| Python | \u00b7 | \u202b |
| UTF-8 | c2 b7 | e2 80 ab |
Cómo distinguirlos
Tanto Middle Dot como Right-To-Left Embedding 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.