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