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