Lower Right Corner With Dot vs Plus-Minus Sign
VS
Comparación de propiedades
| Propiedad | ⟓ 27D3 | ± 00B1 |
|---|---|---|
| Nombre | Lower Right Corner With Dot | Plus-Minus Sign |
| Categoría | Símbolos matemáticos | Símbolos matemáticos |
| Bloque | Miscellaneous Mathematical Symbols-A | Latin-1 Supplement |
| Escritura | Zyyy | Zyyy |
| Categoría general | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidireccional | ON | ET |
Comparación de codificaciones
| Formato | 27D3 | 00B1 |
|---|---|---|
| Unicode | U+27D3 | U+00B1 |
| HTML Decimal | ⟓ | ± |
| HTML Hex | ⟓ | ± |
| CSS | \27D3 | \00B1 |
| JavaScript | \u{27D3} | \u{B1} |
| Python | \u27d3 | \u00b1 |
| UTF-8 | e2 9f 93 | c2 b1 |
Cómo distinguirlos
Tanto Lower Right Corner With Dot 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.