Left Low Paraphrase Bracket vs Reversed Question Mark
VS
Comparación de propiedades
| Propiedad | ⸜ 2E1C | ⸮ 2E2E |
|---|---|---|
| Nombre | Left Low Paraphrase Bracket | Reversed Question Mark |
| Categoría | Puntuación | Puntuación |
| Bloque | Supplemental Punctuation | Supplemental Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Initial Punctuation (Pi) | Other Punctuation (Po) |
| Bidireccional | ON | ON |
Comparación de codificaciones
| Formato | 2E1C | 2E2E |
|---|---|---|
| Unicode | U+2E1C | U+2E2E |
| HTML Decimal | ⸜ | ⸮ |
| HTML Hex | ⸜ | ⸮ |
| CSS | \2E1C | \2E2E |
| JavaScript | \u{2E1C} | \u{2E2E} |
| Python | \u2e1c | \u2e2e |
| UTF-8 | e2 b8 9c | e2 b8 ae |
Cómo distinguirlos
Tanto Left Low Paraphrase Bracket como Reversed Question Mark pertenecen a la categoría Puntuación y al bloque Supplemental 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.