Double Low-9 Quotation Mark vs Single High-Reversed-9 Quotation Mark
VS
Comparaison des propriétés
| Propriété | „ 201E | ‛ 201B |
|---|---|---|
| Nom | Double Low-9 Quotation Mark | Single High-Reversed-9 Quotation Mark |
| Catégorie | Quotation Marks | Quotation Marks |
| Bloc | General Punctuation | General Punctuation |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Open Punctuation (Ps) | Initial Punctuation (Pi) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 201E | 201B |
|---|---|---|
| Unicode | U+201E | U+201B |
| HTML Decimal | „ | ‛ |
| HTML Hex | „ | ‛ |
| CSS | \201E | \201B |
| JavaScript | \u{201E} | \u{201B} |
| Python | \u201e | \u201b |
| UTF-8 | e2 80 9e | e2 80 9b |
Comment les distinguer
Double Low-9 Quotation Mark et Single High-Reversed-9 Quotation Mark appartiennent tous deux à la catégorie Quotation Marks et au bloc General Punctuation. Comparez leurs points de code et leur rendu visuel pour les distinguer.
Conseil : Collez le caractère dans un éditeur hexadécimal ou utilisez
charCodeAt()
en JavaScript pour vérifier le point de code réel.