Digit Four vs Semicolon
VS
Comparaison des propriétés
| Propriété | 4 0034 | ; 003B |
|---|---|---|
| Nom | Digit Four | Semicolon |
| 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 | 003B |
|---|---|---|
| Unicode | U+0034 | U+003B |
| HTML Decimal | 4 | ; |
| HTML Hex | 4 | ; |
| CSS | \0034 | \003B |
| JavaScript | \u{34} | \u{3B} |
| Python | \u0034 | \u003b |
| UTF-8 | 34 | 3b |
Comment les distinguer
Digit Four et Semicolon 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.