Empty Set With Right Arrow Above vs Plus-Minus Sign
VS
Comparación de propiedades
| Propiedad | ⦳ 29B3 | ± 00B1 |
|---|---|---|
| Nombre | Empty Set With Right Arrow Above | Plus-Minus Sign |
| Categoría | Símbolos matemáticos | Símbolos matemáticos |
| Bloque | Miscellaneous Mathematical Symbols-B | Latin-1 Supplement |
| Escritura | Zyyy | Zyyy |
| Categoría general | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidireccional | ON | ET |
Comparación de codificaciones
| Formato | 29B3 | 00B1 |
|---|---|---|
| Unicode | U+29B3 | U+00B1 |
| HTML Decimal | ⦳ | ± |
| HTML Hex | ⦳ | ± |
| CSS | \29B3 | \00B1 |
| JavaScript | \u{29B3} | \u{B1} |
| Python | \u29b3 | \u00b1 |
| UTF-8 | e2 a6 b3 | c2 b1 |
Cómo distinguirlos
Tanto Empty Set With Right Arrow Above como Plus-Minus Sign están en la categoría Símbolos matemáticos 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.