Fullwidth Digit Two vs Fullwidth Latin Small Letter W
VS
プロパティ比較
エンコード比較
| フォーマット | FF12 | FF57 |
|---|---|---|
| Unicode | U+FF12 | U+FF57 |
| HTML Decimal | 2 | w |
| HTML Hex | 2 | w |
| CSS | \FF12 | \FF57 |
| JavaScript | \u{FF12} | \u{FF57} |
| Python | \uff12 | \uff57 |
| UTF-8 | ef bc 92 | ef bd 97 |
見分け方
Fullwidth Digit Two と Fullwidth Latin Small Letter W はどちらも 句読点 カテゴリと Halfwidth and Fullwidth Forms ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。