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