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