Single Left-Pointing Angle Quotation Mark vs Single Right-Pointing Angle Quotation Mark
VS
Comparación de propiedades
Comparación de codificaciones
| Formato | 2039 | 203A |
|---|---|---|
| Unicode | U+2039 | U+203A |
| HTML Decimal | ‹ | › |
| HTML Hex | ‹ | › |
| CSS | \2039 | \203A |
| JavaScript | \u{2039} | \u{203A} |
| Python | \u2039 | \u203a |
| UTF-8 | e2 80 b9 | e2 80 ba |
Cómo distinguirlos
Tanto Single Left-Pointing Angle Quotation Mark como Single Right-Pointing Angle Quotation Mark pertenecen a la categoría Comillas y al bloque General Punctuation. 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.