Double Left Arc Greater-Than Bracket vs Plus-Minus Sign
VS
Comparaison des propriétés
| Propriété | ⦕ 2995 | ± 00B1 |
|---|---|---|
| Nom | Double Left Arc Greater-Than Bracket | 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 | Open Punctuation (Ps) | Math Symbol (Sm) |
| Bidirectionnel | ON | ET |
Comparaison d'encodages
| Format | 2995 | 00B1 |
|---|---|---|
| Unicode | U+2995 | U+00B1 |
| HTML Decimal | ⦕ | ± |
| HTML Hex | ⦕ | ± |
| CSS | \2995 | \00B1 |
| JavaScript | \u{2995} | \u{B1} |
| Python | \u2995 | \u00b1 |
| UTF-8 | e2 a6 95 | c2 b1 |
Comment les distinguer
Double Left Arc Greater-Than 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.