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