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