Precedes Under Relation vs Squared Dot Operator
VS
プロパティ比較
エンコード比較
| フォーマット | 22B0 | 22A1 |
|---|---|---|
| Unicode | U+22B0 | U+22A1 |
| HTML Decimal | ⊰ | ⊡ |
| HTML Hex | ⊰ | ⊡ |
| CSS | \22B0 | \22A1 |
| JavaScript | \u{22B0} | \u{22A1} |
| Python | \u22b0 | \u22a1 |
| UTF-8 | e2 8a b0 | e2 8a a1 |
見分け方
Precedes Under Relation と Squared Dot Operator はどちらも 数学記号 カテゴリと Mathematical Operators ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。