Double Low-9 Quotation Mark vs Left Double Quotation Mark
VS
Comparação de propriedades
| Propriedade | „ 201E | “ 201C |
|---|---|---|
| Nome | Double Low-9 Quotation Mark | Left Double 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 | 201C |
|---|---|---|
| Unicode | U+201E | U+201C |
| HTML Decimal | „ | “ |
| HTML Hex | „ | “ |
| CSS | \201E | \201C |
| JavaScript | \u{201E} | \u{201C} |
| Python | \u201e | \u201c |
| UTF-8 | e2 80 9e | e2 80 9c |
Como distinguir
Tanto Double Low-9 Quotation Mark quanto Left Double 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.