Mathematical Left Flattened Parenthesis vs Plus-Minus Sign
VS
Comparación de propiedades
| Propiedad | ⟮ 27EE | ± 00B1 |
|---|---|---|
| Nombre | Mathematical Left Flattened Parenthesis | 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 | Open Punctuation (Ps) | Math Symbol (Sm) |
| Bidireccional | ON | ET |
Comparación de codificaciones
| Formato | 27EE | 00B1 |
|---|---|---|
| Unicode | U+27EE | U+00B1 |
| HTML Decimal | ⟮ | ± |
| HTML Hex | ⟮ | ± |
| CSS | \27EE | \00B1 |
| JavaScript | \u{27EE} | \u{B1} |
| Python | \u27ee | \u00b1 |
| UTF-8 | e2 9f ae | c2 b1 |
Cómo distinguirlos
Tanto Mathematical Left Flattened Parenthesis 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.