Left Semidirect Product vs Questioned Equal To
VS
Comparación de propiedades
| Propiedad | ⋋ 22CB | ≟ 225F |
|---|---|---|
| Nombre | Left Semidirect Product | Questioned Equal To |
| 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 | 22CB | 225F |
|---|---|---|
| Unicode | U+22CB | U+225F |
| HTML Decimal | ⋋ | ≟ |
| HTML Hex | ⋋ | ≟ |
| CSS | \22CB | \225F |
| JavaScript | \u{22CB} | \u{225F} |
| Python | \u22cb | \u225f |
| UTF-8 | e2 8b 8b | e2 89 9f |
Cómo distinguirlos
Tanto Left Semidirect Product como Questioned Equal To 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.