Fullwidth Digit Seven vs Fullwidth Latin Small Letter L
VS
Comparaison des propriétés
| Propriété | 7 FF17 | l FF4C |
|---|---|---|
| Nom | Fullwidth Digit Seven | Fullwidth Latin Small Letter L |
| Catégorie | Punctuation | Punctuation |
| Bloc | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Écriture | Zyyy | Latn |
| Catégorie générale | Decimal Number (Nd) | Lowercase Letter (Ll) |
| Bidirectionnel | EN | L |
Comparaison d'encodages
| Format | FF17 | FF4C |
|---|---|---|
| Unicode | U+FF17 | U+FF4C |
| HTML Decimal | 7 | l |
| HTML Hex | 7 | l |
| CSS | \FF17 | \FF4C |
| JavaScript | \u{FF17} | \u{FF4C} |
| Python | \uff17 | \uff4c |
| UTF-8 | ef bc 97 | ef bd 8c |
Comment les distinguer
Fullwidth Digit Seven et Fullwidth Latin Small Letter L appartiennent tous deux à la catégorie Punctuation et au bloc Halfwidth and Fullwidth Forms. 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.