Reference Mark vs Reversed Pilcrow Sign
VS
Comparación de propiedades
| Propiedad | ※ 203B | ⁋ 204B |
|---|---|---|
| Nombre | Reference Mark | Reversed Pilcrow Sign |
| Categoría | Puntuación | Puntuación |
| Bloque | General Punctuation | General Punctuation |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidireccional | ON | ON |
Comparación de codificaciones
| Formato | 203B | 204B |
|---|---|---|
| Unicode | U+203B | U+204B |
| HTML Decimal | ※ | ⁋ |
| HTML Hex | ※ | ⁋ |
| CSS | \203B | \204B |
| JavaScript | \u{203B} | \u{204B} |
| Python | \u203b | \u204b |
| UTF-8 | e2 80 bb | e2 81 8b |
Cómo distinguirlos
Tanto Reference Mark como Reversed Pilcrow Sign pertenecen a la categoría Puntuación y al bloque General 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.