Left And Right Double Turnstile vs Plus-Minus Sign
VS
Comparación de propiedades
| Propiedad | ⟚ 27DA | ± 00B1 |
|---|---|---|
| Nombre | Left And Right Double Turnstile | 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 | 27DA | 00B1 |
|---|---|---|
| Unicode | U+27DA | U+00B1 |
| HTML Decimal | ⟚ | ± |
| HTML Hex | ⟚ | ± |
| CSS | \27DA | \00B1 |
| JavaScript | \u{27DA} | \u{B1} |
| Python | \u27da | \u00b1 |
| UTF-8 | e2 9f 9a | c2 b1 |
Cómo distinguirlos
Tanto Left And Right Double Turnstile 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.