Black Medium Down-Pointing Triangle vs Return Symbol
VS
Comparación de propiedades
Comparación de codificaciones
| Formato | 23F7 | 23CE |
|---|---|---|
| Unicode | U+23F7 | U+23CE |
| HTML Decimal | ⏷ | ⏎ |
| HTML Hex | ⏷ | ⏎ |
| CSS | \23F7 | \23CE |
| JavaScript | \u{23F7} | \u{23CE} |
| Python | \u23f7 | \u23ce |
| UTF-8 | e2 8f b7 | e2 8f 8e |
Cómo distinguirlos
Tanto Black Medium Down-Pointing Triangle como Return Symbol 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.