LEFT-POINTING DOUBLE ANGLE QUOTATION MARK vs RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
«
LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
U+00AB
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
»
RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
U+00BB
View details →
VS
Property Comparison
| Property | « U+00AB | » U+00BB |
|---|---|---|
| Name | LEFT-POINTING DOUBLE ANGLE QUOTATION MARK | RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| Category | Initial Punctuation (Pi) | Final Punctuation (Pf) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | U+00AB | U+00BB |
|---|---|---|
| unicode | U+00AB | U+00BB |
| decimal | 171 | 187 |
| htmldecimal | « | » |
| htmlhex | « | » |
| css | \00AB | \00BB |
| javascript | \u{AB} | \u{BB} |
| python | \u00ab | \u00bb |
| java | \u00AB | \u00BB |
| go | \u00AB | \u00BB |
| ruby | \u{AB} | \u{BB} |
| rust | \u{AB} | \u{BB} |
| ccpp | \u00ab | \u00bb |
| urlencoded | %C2%AB | %C2%BB |
| utf8bytes | c2 ab | c2 bb |
| utf16bebytes | 00 ab | 00 bb |
| utf32bebytes | 00 00 00 ab | 00 00 00 bb |
How to Distinguish
Both LEFT-POINTING DOUBLE ANGLE QUOTATION MARK and RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK belong to the Latin-1 Supplement block and Zyyy script. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.