Double Left Arc Greater-Than Bracket vs Plus-Minus Sign
VS
Comparación de propiedades
| Propiedad | ⦕ 2995 | ± 00B1 |
|---|---|---|
| Nombre | Double Left Arc Greater-Than Bracket | 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 | Open Punctuation (Ps) | Math Symbol (Sm) |
| Bidireccional | ON | ET |
Comparación de codificaciones
| Formato | 2995 | 00B1 |
|---|---|---|
| Unicode | U+2995 | U+00B1 |
| HTML Decimal | ⦕ | ± |
| HTML Hex | ⦕ | ± |
| CSS | \2995 | \00B1 |
| JavaScript | \u{2995} | \u{B1} |
| Python | \u2995 | \u00b1 |
| UTF-8 | e2 a6 95 | c2 b1 |
Cómo distinguirlos
Tanto Double Left Arc Greater-Than Bracket 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.