Double Dagger vs Reference Mark
VS
Comparación de propiedades
| Propiedad | ‡ 2021 | ※ 203B |
|---|---|---|
| Nombre | Double Dagger | Reference Mark |
| 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 | 2021 | 203B |
|---|---|---|
| Unicode | U+2021 | U+203B |
| HTML Decimal | ‡ | ※ |
| HTML Hex | ‡ | ※ |
| CSS | \2021 | \203B |
| JavaScript | \u{2021} | \u{203B} |
| Python | \u2021 | \u203b |
| UTF-8 | e2 80 a1 | e2 80 bb |
Cómo distinguirlos
Tanto Double Dagger como Reference Mark 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.