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