Exclamation Question Mark vs Fullwidth Digit Five
VS
プロパティ比較
エンコード比較
| フォーマット | 2049 | FF15 |
|---|---|---|
| Unicode | U+2049 | U+FF15 |
| HTML Decimal | ⁉ | 5 |
| HTML Hex | ⁉ | 5 |
| CSS | \2049 | \FF15 |
| JavaScript | \u{2049} | \u{FF15} |
| Python | \u2049 | \uff15 |
| UTF-8 | e2 81 89 | ef bc 95 |
見分け方
Exclamation Question Mark と Fullwidth Digit Five はどちらも 句読点 カテゴリに属しますが、異なる Unicode ブロックにあります。下の比較表でエンコーディングとプロパティの違いを確認してください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。