Bottom Right Half Bracket vs Reversed Question Mark
VS
Comparación de propiedades
| Propiedad | ⸥ 2E25 | ⸮ 2E2E |
|---|---|---|
| Nombre | Bottom Right Half Bracket | 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 | 2E25 | 2E2E |
|---|---|---|
| Unicode | U+2E25 | U+2E2E |
| HTML Decimal | ⸥ | ⸮ |
| HTML Hex | ⸥ | ⸮ |
| CSS | \2E25 | \2E2E |
| JavaScript | \u{2E25} | \u{2E2E} |
| Python | \u2e25 | \u2e2e |
| UTF-8 | e2 b8 a5 | e2 b8 ae |
Cómo distinguirlos
Tanto Bottom Right Half 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.