Circled Less-Than vs Degree Sign
VS
Comparaison des propriétés
| Propriété | ⧀ 29C0 | ° 00B0 |
|---|---|---|
| Nom | Circled Less-Than | Degree Sign |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Miscellaneous Mathematical Symbols-B | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Math Symbol (Sm) | Other Symbol (So) |
| Bidirectionnel | ON | ET |
Comparaison d'encodages
| Format | 29C0 | 00B0 |
|---|---|---|
| Unicode | U+29C0 | U+00B0 |
| HTML Decimal | ⧀ | ° |
| HTML Hex | ⧀ | ° |
| CSS | \29C0 | \00B0 |
| JavaScript | \u{29C0} | \u{B0} |
| Python | \u29c0 | \u00b0 |
| UTF-8 | e2 a7 80 | c2 b0 |
Comment les distinguer
Circled Less-Than et Degree 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.