Long Right Tack vs Mathematical Left Flattened Parenthesis
VS
Property Comparison
| Property | ⟝ 27DD | ⟮ 27EE |
|---|---|---|
| Name | Long Right Tack | Mathematical Left Flattened Parenthesis |
| Category | Math Symbols | Math Symbols |
| Block | Miscellaneous Mathematical Symbols-A | Miscellaneous Mathematical Symbols-A |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Open Punctuation (Ps) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 27DD | 27EE |
|---|---|---|
| Unicode | U+27DD | U+27EE |
| HTML Decimal | ⟝ | ⟮ |
| HTML Hex | ⟝ | ⟮ |
| CSS | \27DD | \27EE |
| JavaScript | \u{27DD} | \u{27EE} |
| Python | \u27dd | \u27ee |
| UTF-8 | e2 9f 9d | e2 9f ae |
How to Distinguish
Both Long Right Tack and Mathematical Left 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.