Left-Pointing Angle Bracket vs Mathematical Left Double Angle Bracket
VS
Property Comparison
| Property | 〈 2329 | ⟪ 27EA |
|---|---|---|
| Name | Left-Pointing Angle Bracket | Mathematical Left Double Angle Bracket |
| Category | Brackets & Braces | Brackets & Braces |
| Block | Miscellaneous Technical | Miscellaneous Mathematical Symbols-A |
| Script | Zyyy | Zyyy |
| General Category | Open Punctuation (Ps) | Open Punctuation (Ps) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2329 | 27EA |
|---|---|---|
| Unicode | U+2329 | U+27EA |
| HTML Decimal | 〈 | ⟪ |
| HTML Hex | 〈 | ⟪ |
| CSS | \2329 | \27EA |
| JavaScript | \u{2329} | \u{27EA} |
| Python | \u2329 | \u27ea |
| UTF-8 | e2 8c a9 | e2 9f aa |
How to Distinguish
Both Left-Pointing Angle Bracket and Mathematical Left Double Angle Bracket are in the Brackets & Braces 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.