Degree Sign vs Element Of Opening Upwards
VS
Comparaison des propriétés
| Propriété | ° 00B0 | ⟒ 27D2 |
|---|---|---|
| Nom | Degree Sign | Element Of Opening Upwards |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Latin-1 Supplement | Miscellaneous Mathematical Symbols-A |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Symbol (So) | Math Symbol (Sm) |
| Bidirectionnel | ET | ON |
Comparaison d'encodages
| Format | 00B0 | 27D2 |
|---|---|---|
| Unicode | U+00B0 | U+27D2 |
| HTML Decimal | ° | ⟒ |
| HTML Hex | ° | ⟒ |
| CSS | \00B0 | \27D2 |
| JavaScript | \u{B0} | \u{27D2} |
| Python | \u00b0 | \u27d2 |
| UTF-8 | c2 b0 | e2 9f 92 |
Comment les distinguer
Degree Sign et Element Of Opening Upwards 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.