Latin Capital Letter A With Diaeresis vs Latin Small Letter N With Tilde
VS
プロパティ比較
エンコード比較
| フォーマット | 00C4 | 00F1 |
|---|---|---|
| Unicode | U+00C4 | U+00F1 |
| HTML Decimal | Ä | ñ |
| HTML Hex | Ä | ñ |
| CSS | \00C4 | \00F1 |
| JavaScript | \u{C4} | \u{F1} |
| Python | \u00c4 | \u00f1 |
| UTF-8 | c3 84 | c3 b1 |
見分け方
Latin Capital Letter A With Diaeresis と Latin Small Letter N With Tilde はどちらも ラテン拡張 カテゴリと Latin-1 Supplement ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。