Inverted Interrobang vs Reversed Question Mark
VS
プロパティ比較
エンコード比較
| フォーマット | 2E18 | 2E2E |
|---|---|---|
| Unicode | U+2E18 | U+2E2E |
| HTML Decimal | ⸘ | ⸮ |
| HTML Hex | ⸘ | ⸮ |
| CSS | \2E18 | \2E2E |
| JavaScript | \u{2E18} | \u{2E2E} |
| Python | \u2e18 | \u2e2e |
| UTF-8 | e2 b8 98 | e2 b8 ae |
見分け方
Inverted Interrobang と Reversed Question Mark はどちらも 句読点 カテゴリと Supplemental Punctuation ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。