Double Low-9 Quotation Mark vs Single High-Reversed-9 Quotation Mark
VS
Comparação de propriedades
| Propriedade | „ 201E | ‛ 201B |
|---|---|---|
| Nome | Double Low-9 Quotation Mark | Single High-Reversed-9 Quotation Mark |
| Categoria | Quotation Marks | Quotation Marks |
| Bloco | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Open Punctuation (Ps) | Initial Punctuation (Pi) |
| Bidirecional | ON | ON |
Comparação de codificações
| 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 |
Como distinguir
Tanto Double Low-9 Quotation Mark quanto Single High-Reversed-9 Quotation Mark pertencem à categoria Quotation Marks e ao bloco General Punctuation. Compare seus pontos de código e renderização visual para distingui-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.