Mathematical Left Double Angle Bracket vs Mathematical Right Double Angle Bracket
VS
Property Comparison
| Property | ⟪ 27EA | ⟫ 27EB |
|---|---|---|
| Name | Mathematical Left Double 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 | 27EA | 27EB |
|---|---|---|
| Unicode | U+27EA | U+27EB |
| HTML Decimal | ⟪ | ⟫ |
| HTML Hex | ⟪ | ⟫ |
| CSS | \27EA | \27EB |
| JavaScript | \u{27EA} | \u{27EB} |
| Python | \u27ea | \u27eb |
| UTF-8 | e2 9f aa | e2 9f ab |
How to Distinguish
Both Mathematical Left Double 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.