Fullwidth Digit Two vs Fullwidth Greater-Than Sign
VS
Comparación de propiedades
| Propiedad | 2 FF12 | > FF1E |
|---|---|---|
| Nombre | Fullwidth Digit Two | Fullwidth Greater-Than Sign |
| Categoría | Puntuación | Puntuación |
| Bloque | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Escritura | Zyyy | Zyyy |
| Categoría general | Decimal Number (Nd) | Math Symbol (Sm) |
| Bidireccional | EN | ON |
Comparación de codificaciones
| Formato | FF12 | FF1E |
|---|---|---|
| Unicode | U+FF12 | U+FF1E |
| HTML Decimal | 2 | > |
| HTML Hex | 2 | > |
| CSS | \FF12 | \FF1E |
| JavaScript | \u{FF12} | \u{FF1E} |
| Python | \uff12 | \uff1e |
| UTF-8 | ef bc 92 | ef bc 9e |
Cómo distinguirlos
Tanto Fullwidth Digit Two como Fullwidth Greater-Than Sign pertenecen a la categoría Puntuación y al bloque Halfwidth and Fullwidth Forms. 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.