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