Circle With Two Horizontal Strokes To The Right vs Plus-Minus Sign
VS
Comparaison des propriétés
| Propriété | ⧃ 29C3 | ± 00B1 |
|---|---|---|
| Nom | Circle With Two Horizontal Strokes To The Right | Plus-Minus Sign |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Miscellaneous Mathematical Symbols-B | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectionnel | ON | ET |
Comparaison d'encodages
| Format | 29C3 | 00B1 |
|---|---|---|
| Unicode | U+29C3 | U+00B1 |
| HTML Decimal | ⧃ | ± |
| HTML Hex | ⧃ | ± |
| CSS | \29C3 | \00B1 |
| JavaScript | \u{29C3} | \u{B1} |
| Python | \u29c3 | \u00b1 |
| UTF-8 | e2 a7 83 | c2 b1 |
Comment les distinguer
Circle With Two Horizontal Strokes To The Right 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.