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