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