Degree Sign vs Inverted Lazy S
VS
Comparaison des propriétés
| Propriété | ° 00B0 | ∾ 223E |
|---|---|---|
| Nom | Degree Sign | Inverted Lazy S |
| 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 | 223E |
|---|---|---|
| Unicode | U+00B0 | U+223E |
| HTML Decimal | ° | ∾ |
| HTML Hex | ° | ∾ |
| CSS | \00B0 | \223E |
| JavaScript | \u{B0} | \u{223E} |
| Python | \u00b0 | \u223e |
| UTF-8 | c2 b0 | e2 88 be |
Comment les distinguer
Degree Sign et Inverted Lazy S 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.