Left Double Quotation Mark vs Single High-Reversed-9 Quotation Mark
VS
Comparación de propiedades
Comparación de codificaciones
| Formato | 201C | 201B |
|---|---|---|
| Unicode | U+201C | U+201B |
| HTML Decimal | “ | ‛ |
| HTML Hex | “ | ‛ |
| CSS | \201C | \201B |
| JavaScript | \u{201C} | \u{201B} |
| Python | \u201c | \u201b |
| UTF-8 | e2 80 9c | e2 80 9b |
Cómo distinguirlos
Tanto Left Double Quotation Mark como Single High-Reversed-9 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.