Full Outer Join vs Mathematical Right Flattened Parenthesis
VS
Property Comparison
| Property | ⟗ 27D7 | ⟯ 27EF |
|---|---|---|
| Name | Full Outer Join | Mathematical Right Flattened Parenthesis |
| Category | Math Symbols | Math Symbols |
| Block | Miscellaneous Mathematical Symbols-A | Miscellaneous Mathematical Symbols-A |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Close Punctuation (Pe) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 27D7 | 27EF |
|---|---|---|
| Unicode | U+27D7 | U+27EF |
| HTML Decimal | ⟗ | ⟯ |
| HTML Hex | ⟗ | ⟯ |
| CSS | \27D7 | \27EF |
| JavaScript | \u{27D7} | \u{27EF} |
| Python | \u27d7 | \u27ef |
| UTF-8 | e2 9f 97 | e2 9f af |
How to Distinguish
Both Full Outer Join 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.