Does Not Contain As Member vs Plus-Minus Sign
VS
Comparaison des propriétés
| Propriété | ∌ 220C | ± 00B1 |
|---|---|---|
| Nom | Does Not Contain As Member | Plus-Minus Sign |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Mathematical Operators | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectionnel | ON | ET |
Comparaison d'encodages
| Format | 220C | 00B1 |
|---|---|---|
| Unicode | U+220C | U+00B1 |
| HTML Decimal | ∌ | ± |
| HTML Hex | ∌ | ± |
| CSS | \220C | \00B1 |
| JavaScript | \u{220C} | \u{B1} |
| Python | \u220c | \u00b1 |
| UTF-8 | e2 88 8c | c2 b1 |
Comment les distinguer
Does Not Contain As Member et Plus-Minus Sign sont tous deux dans la catégorie Math Symbols mais résident dans des blocs Unicode différents. Vérifiez le point de code 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.