Closed Union With Serifs And Smash Product vs Plus-Minus Sign
VS
プロパティ比較
エンコード比較
| フォーマット | 2A50 | 00B1 |
|---|---|---|
| Unicode | U+2A50 | U+00B1 |
| HTML Decimal | ⩐ | ± |
| HTML Hex | ⩐ | ± |
| CSS | \2A50 | \00B1 |
| JavaScript | \u{2A50} | \u{B1} |
| Python | \u2a50 | \u00b1 |
| UTF-8 | e2 a9 90 | c2 b1 |
見分け方
Closed Union With Serifs And Smash Product と Plus-Minus Sign はどちらも 数学記号 カテゴリに属しますが、異なる Unicode ブロックにあります。下の比較表でエンコーディングとプロパティの違いを確認してください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。