Mathematical Left White Square Bracket vs Plus-Minus Sign
VS
Comparaison des propriétés
| Propriété | ⟦ 27E6 | ± 00B1 |
|---|---|---|
| Nom | Mathematical Left White Square Bracket | Plus-Minus Sign |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Miscellaneous Mathematical Symbols-A | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Open Punctuation (Ps) | Math Symbol (Sm) |
| Bidirectionnel | ON | ET |
Comparaison d'encodages
| Format | 27E6 | 00B1 |
|---|---|---|
| Unicode | U+27E6 | U+00B1 |
| HTML Decimal | ⟦ | ± |
| HTML Hex | ⟦ | ± |
| CSS | \27E6 | \00B1 |
| JavaScript | \u{27E6} | \u{B1} |
| Python | \u27e6 | \u00b1 |
| UTF-8 | e2 9f a6 | c2 b1 |
Comment les distinguer
Mathematical Left White Square Bracket 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.