Left-Pointing Angle Bracket vs Right-Pointing Angle Bracket
VS
Property Comparison
| Property | 〈 2329 | 〉 232A |
|---|---|---|
| Name | Left-Pointing Angle Bracket | Right-Pointing Angle Bracket |
| Category | Brackets & Braces | Brackets & Braces |
| Block | Miscellaneous Technical | Miscellaneous Technical |
| Script | Zyyy | Zyyy |
| General Category | Open Punctuation (Ps) | Close Punctuation (Pe) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2329 | 232A |
|---|---|---|
| Unicode | U+2329 | U+232A |
| HTML Decimal | 〈 | 〉 |
| HTML Hex | 〈 | 〉 |
| CSS | \2329 | \232A |
| JavaScript | \u{2329} | \u{232A} |
| Python | \u2329 | \u232a |
| UTF-8 | e2 8c a9 | e2 8c aa |
How to Distinguish
Both Left-Pointing Angle Bracket and Right-Pointing Angle Bracket belong to the Brackets & Braces category and the Miscellaneous Technical block. 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.