Double Low-9 Quotation Mark vs Left-Pointing Double Angle Quotation Mark
VS
プロパティ比較
エンコード比較
| フォーマット | 201E | 00AB |
|---|---|---|
| Unicode | U+201E | U+00AB |
| HTML Decimal | „ | « |
| HTML Hex | „ | « |
| CSS | \201E | \00AB |
| JavaScript | \u{201E} | \u{AB} |
| Python | \u201e | \u00ab |
| UTF-8 | e2 80 9e | c2 ab |
見分け方
Double Low-9 Quotation Mark と Left-Pointing Double Angle Quotation Mark はどちらも 引用符 カテゴリに属しますが、異なる Unicode ブロックにあります。下の比較表でエンコーディングとプロパティの違いを確認してください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。