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