Left-Pointing Angle Bracket vs Mathematical Left Angle Bracket
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://symbolfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://symbolfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://symbolfyi.com/entity//)
Use the native HTML custom element.
VS
Property Comparison
| Property | 〈 2329 | ⟨ 27E8 |
|---|---|---|
| Name | Left-Pointing Angle Bracket | Mathematical Left 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 | 27E8 |
|---|---|---|
| Unicode | U+2329 | U+27E8 |
| HTML Decimal | 〈 | ⟨ |
| HTML Hex | 〈 | ⟨ |
| CSS | \2329 | \27E8 |
| JavaScript | \u{2329} | \u{27E8} |
| Python | \u2329 | \u27e8 |
| UTF-8 | e2 8c a9 | e2 9f a8 |
How to Distinguish
Both Left-Pointing Angle Bracket and Mathematical Left 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.