Double High-Reversed-9 Quotation Mark vs Left-Pointing Double Angle Quotation Mark
VS
Property Comparison
| Property | ‟ 201F | « 00AB |
|---|---|---|
| Name | Double High-Reversed-9 Quotation Mark | Left-Pointing Double Angle Quotation Mark |
| Category | Quotation Marks | Quotation Marks |
| Block | General Punctuation | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| General Category | Initial Punctuation (Pi) | Initial Punctuation (Pi) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 201F | 00AB |
|---|---|---|
| Unicode | U+201F | U+00AB |
| HTML Decimal | ‟ | « |
| HTML Hex | ‟ | « |
| CSS | \201F | \00AB |
| JavaScript | \u{201F} | \u{AB} |
| Python | \u201f | \u00ab |
| UTF-8 | e2 80 9f | c2 ab |
How to Distinguish
Both Double High-Reversed-9 Quotation Mark and Left-Pointing Double Angle Quotation Mark are in the Quotation Marks category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.