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