Fullwidth Digit Two vs Fullwidth Plus Sign
VS
Comparaison des propriétés
| Propriété | 2 FF12 | + FF0B |
|---|---|---|
| Nom | Fullwidth Digit Two | 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 | FF12 | FF0B |
|---|---|---|
| Unicode | U+FF12 | U+FF0B |
| HTML Decimal | 2 | + |
| HTML Hex | 2 | + |
| CSS | \FF12 | \FF0B |
| JavaScript | \u{FF12} | \u{FF0B} |
| Python | \uff12 | \uff0b |
| UTF-8 | ef bc 92 | ef bc 8b |
Comment les distinguer
Fullwidth Digit Two 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.