Digit Four vs Quotation Mark
VS
Comparaison des propriétés
| Propriété | 4 0034 | " 0022 |
|---|---|---|
| Nom | Digit Four | 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 | 0034 | 0022 |
|---|---|---|
| Unicode | U+0034 | U+0022 |
| HTML Decimal | 4 | " |
| HTML Hex | 4 | " |
| CSS | \0034 | \0022 |
| JavaScript | \u{34} | \u{22} |
| Python | \u0034 | \u0022 |
| UTF-8 | 34 | 22 |
Comment les distinguer
Digit Four 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.