Bottom Half Right Parenthesis vs Reversed Question Mark
VS
Comparación de propiedades
| Propiedad | ⹜ 2E5C | ⸮ 2E2E |
|---|---|---|
| Nombre | Bottom Half Right Parenthesis | Reversed Question Mark |
| Categoría | Puntuación | Puntuación |
| Bloque | Supplemental Punctuation | Supplemental Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Close Punctuation (Pe) | Other Punctuation (Po) |
| Bidireccional | ON | ON |
Comparación de codificaciones
| Formato | 2E5C | 2E2E |
|---|---|---|
| Unicode | U+2E5C | U+2E2E |
| HTML Decimal | ⹜ | ⸮ |
| HTML Hex | ⹜ | ⸮ |
| CSS | \2E5C | \2E2E |
| JavaScript | \u{2E5C} | \u{2E2E} |
| Python | \u2e5c | \u2e2e |
| UTF-8 | e2 b9 9c | e2 b8 ae |
Cómo distinguirlos
Tanto Bottom Half Right Parenthesis 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.