Presentation Form For Vertical Left Parenthesis vs Presentation Form For Vertical Right Corner Bracket
VS
プロパティ比較
エンコード比較
| フォーマット | 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 |
見分け方
Presentation Form For Vertical Left Parenthesis と Presentation Form For Vertical Right Corner Bracket はどちらも 句読点 カテゴリと CJK Compatibility Forms ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。