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