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