Intersection vs Not An Element Of
VS
Comparación de propiedades
| Propiedad | ∩ 2229 | ∉ 2209 |
|---|---|---|
| Nombre | Intersection | Not An Element Of |
| Categoría | Símbolos matemáticos | Símbolos matemáticos |
| Bloque | Mathematical Operators | Mathematical Operators |
| Escritura | Zyyy | Zyyy |
| Categoría general | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidireccional | ON | ON |
Comparación de codificaciones
| Formato | 2229 | 2209 |
|---|---|---|
| Unicode | U+2229 | U+2209 |
| HTML Decimal | ∩ | ∉ |
| HTML Hex | ∩ | ∉ |
| CSS | \2229 | \2209 |
| JavaScript | \u{2229} | \u{2209} |
| Python | \u2229 | \u2209 |
| UTF-8 | e2 88 a9 | e2 88 89 |
Cómo distinguirlos
Tanto Intersection como Not An Element Of pertenecen a la categoría Símbolos matemáticos y al bloque Mathematical Operators. Compare sus puntos de código y renderizado visual para distinguirlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.