Degree Sign vs Greater-Than Or Equivalent To
VS
Comparaison des propriétés
| Propriété | ° 00B0 | ≳ 2273 |
|---|---|---|
| Nom | Degree Sign | Greater-Than Or Equivalent To |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Latin-1 Supplement | Mathematical Operators |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Symbol (So) | Math Symbol (Sm) |
| Bidirectionnel | ET | ON |
Comparaison d'encodages
| Format | 00B0 | 2273 |
|---|---|---|
| Unicode | U+00B0 | U+2273 |
| HTML Decimal | ° | ≳ |
| HTML Hex | ° | ≳ |
| CSS | \00B0 | \2273 |
| JavaScript | \u{B0} | \u{2273} |
| Python | \u00b0 | \u2273 |
| UTF-8 | c2 b0 | e2 89 b3 |
Comment les distinguer
Degree Sign et Greater-Than Or Equivalent To 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.