Section Sign vs Service Mark
VS
Comparación de propiedades
| Propiedad | § 00A7 | ℠ 2120 |
|---|---|---|
| Nombre | Section Sign | Service Mark |
| Categoría | Legal y copyright | Legal y copyright |
| Bloque | Latin-1 Supplement | Letterlike Symbols |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Other Symbol (So) |
| Bidireccional | ON | ON |
Comparación de codificaciones
| Formato | 00A7 | 2120 |
|---|---|---|
| Unicode | U+00A7 | U+2120 |
| HTML Decimal | § | ℠ |
| HTML Hex | § | ℠ |
| CSS | \00A7 | \2120 |
| JavaScript | \u{A7} | \u{2120} |
| Python | \u00a7 | \u2120 |
| UTF-8 | c2 a7 | e2 84 a0 |
Cómo distinguirlos
Tanto Section Sign como Service Mark están en la categoría Legal y copyright pero se encuentran en diferentes bloques Unicode. Compruebe el punto de código para diferenciarlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.