Left Multimap vs Mathematical Left Flattened Parenthesis
VS
Property Comparison
| Property | ⟜ 27DC | ⟮ 27EE |
|---|---|---|
| Name | Left Multimap | 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 | 27DC | 27EE |
|---|---|---|
| Unicode | U+27DC | U+27EE |
| HTML Decimal | ⟜ | ⟮ |
| HTML Hex | ⟜ | ⟮ |
| CSS | \27DC | \27EE |
| JavaScript | \u{27DC} | \u{27EE} |
| Python | \u27dc | \u27ee |
| UTF-8 | e2 9f 9c | e2 9f ae |
How to Distinguish
Both Left Multimap 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.