Bottom Square Bracket vs Left Parenthesis Lower Hook
VS
プロパティ比較
エンコード比較
| フォーマット | 23B5 | 239D |
|---|---|---|
| Unicode | U+23B5 | U+239D |
| HTML Decimal | ⎵ | ⎝ |
| HTML Hex | ⎵ | ⎝ |
| CSS | \23B5 | \239D |
| JavaScript | \u{23B5} | \u{239D} |
| Python | \u23b5 | \u239d |
| UTF-8 | e2 8e b5 | e2 8e 9d |
見分け方
Bottom Square Bracket と Left Parenthesis Lower Hook はどちらも テクニカル記号 カテゴリと Miscellaneous Technical ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。