Amalgamation Or Coproduct vs Plus-Minus Sign
VS
Comparaison des propriétés
| Propriété | ⨿ 2A3F | ± 00B1 |
|---|---|---|
| Nom | Amalgamation Or Coproduct | Plus-Minus Sign |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Supplemental 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 | 2A3F | 00B1 |
|---|---|---|
| Unicode | U+2A3F | U+00B1 |
| HTML Decimal | ⨿ | ± |
| HTML Hex | ⨿ | ± |
| CSS | \2A3F | \00B1 |
| JavaScript | \u{2A3F} | \u{B1} |
| Python | \u2a3f | \u00b1 |
| UTF-8 | e2 a8 bf | c2 b1 |
Comment les distinguer
Amalgamation Or Coproduct 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.