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