Presentation Form For Vertical Left Parenthesis vs Presentation Form For Vertical Right Corner Bracket
VS
Property Comparison
| Property | ︵ FE35 | ﹂ FE42 |
|---|---|---|
| Name | Presentation Form For Vertical Left Parenthesis | Presentation Form For Vertical Right Corner Bracket |
| Category | Punctuation | Punctuation |
| Block | CJK Compatibility Forms | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| General Category | Open Punctuation (Ps) | Close Punctuation (Pe) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | FE35 | FE42 |
|---|---|---|
| Unicode | U+FE35 | U+FE42 |
| HTML Decimal | ︵ | ﹂ |
| HTML Hex | ︵ | ﹂ |
| CSS | \FE35 | \FE42 |
| JavaScript | \u{FE35} | \u{FE42} |
| Python | \ufe35 | \ufe42 |
| UTF-8 | ef b8 b5 | ef b9 82 |
How to Distinguish
Both Presentation Form For Vertical Left Parenthesis and Presentation Form For Vertical Right Corner Bracket belong to the Punctuation category and the CJK Compatibility Forms 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.