Black Medium Left-Pointing Triangle vs Left Square Bracket Lower Corner
VS
Comparación de propiedades
Comparación de codificaciones
| Formato | 23F4 | 23A3 |
|---|---|---|
| Unicode | U+23F4 | U+23A3 |
| HTML Decimal | ⏴ | ⎣ |
| HTML Hex | ⏴ | ⎣ |
| CSS | \23F4 | \23A3 |
| JavaScript | \u{23F4} | \u{23A3} |
| Python | \u23f4 | \u23a3 |
| UTF-8 | e2 8f b4 | e2 8e a3 |
Cómo distinguirlos
Tanto Black Medium Left-Pointing Triangle como Left Square Bracket Lower Corner pertenecen a la categoría Técnico y al bloque Miscellaneous Technical. 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.