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