Mathematical Left White Square Bracket vs Mathematical Right Flattened Parenthesis
VS
Property Comparison
| Property | ⟦ 27E6 | ⟯ 27EF |
|---|---|---|
| Name | Mathematical Left White Square Bracket | Mathematical Right Flattened Parenthesis |
| Category | Math Symbols | Math Symbols |
| 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 | 27E6 | 27EF |
|---|---|---|
| Unicode | U+27E6 | U+27EF |
| HTML Decimal | ⟦ | ⟯ |
| HTML Hex | ⟦ | ⟯ |
| CSS | \27E6 | \27EF |
| JavaScript | \u{27E6} | \u{27EF} |
| Python | \u27e6 | \u27ef |
| UTF-8 | e2 9f a6 | e2 9f af |
How to Distinguish
Both Mathematical Left White Square Bracket and Mathematical Right Flattened Parenthesis belong to the Math Symbols 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.