Mathematical Left Angle Bracket vs Mathematical Right Double Angle Bracket
VS
Property Comparison
| Property | ⟨ 27E8 | ⟫ 27EB |
|---|---|---|
| Name | Mathematical Left Angle Bracket | Mathematical Right 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) | Close Punctuation (Pe) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 27E8 | 27EB |
|---|---|---|
| Unicode | U+27E8 | U+27EB |
| HTML Decimal | ⟨ | ⟫ |
| HTML Hex | ⟨ | ⟫ |
| CSS | \27E8 | \27EB |
| JavaScript | \u{27E8} | \u{27EB} |
| Python | \u27e8 | \u27eb |
| UTF-8 | e2 9f a8 | e2 9f ab |
How to Distinguish
Both Mathematical Left Angle Bracket and Mathematical Right 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.