Fullwidth Digit Four vs Fullwidth Plus Sign
VS
Comparaison des propriétés
| Propriété | 4 FF14 | + FF0B |
|---|---|---|
| Nom | Fullwidth Digit Four | Fullwidth Plus Sign |
| Catégorie | Punctuation | Punctuation |
| Bloc | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Decimal Number (Nd) | Math Symbol (Sm) |
| Bidirectionnel | EN | ES |
Comparaison d'encodages
| Format | FF14 | FF0B |
|---|---|---|
| Unicode | U+FF14 | U+FF0B |
| HTML Decimal | 4 | + |
| HTML Hex | 4 | + |
| CSS | \FF14 | \FF0B |
| JavaScript | \u{FF14} | \u{FF0B} |
| Python | \uff14 | \uff0b |
| UTF-8 | ef bc 94 | ef bc 8b |
Comment les distinguer
Fullwidth Digit Four et Fullwidth Plus Sign 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.