Digit Eight vs Quotation Mark
VS
Comparaison des propriétés
| Propriété | 8 0038 | " 0022 |
|---|---|---|
| Nom | Digit Eight | Quotation Mark |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Basic Latin |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidirectionnel | EN | ON |
Comparaison d'encodages
| Format | 0038 | 0022 |
|---|---|---|
| Unicode | U+0038 | U+0022 |
| HTML Decimal | 8 | " |
| HTML Hex | 8 | " |
| CSS | \0038 | \0022 |
| JavaScript | \u{38} | \u{22} |
| Python | \u0038 | \u0022 |
| UTF-8 | 38 | 22 |
Comment les distinguer
Digit Eight et Quotation Mark appartiennent tous deux à la catégorie Latin Extended et au bloc Basic Latin. 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.