Degree Sign vs Division Sign
VS
Comparaison des propriétés
| Propriété | ° 00B0 | ÷ 00F7 |
|---|---|---|
| Nom | Degree Sign | Division Sign |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Latin-1 Supplement | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Symbol (So) | Math Symbol (Sm) |
| Bidirectionnel | ET | ON |
Comparaison d'encodages
| Format | 00B0 | 00F7 |
|---|---|---|
| Unicode | U+00B0 | U+00F7 |
| HTML Decimal | ° | ÷ |
| HTML Hex | ° | ÷ |
| CSS | \00B0 | \00F7 |
| JavaScript | \u{B0} | \u{F7} |
| Python | \u00b0 | \u00f7 |
| UTF-8 | c2 b0 | c3 b7 |
Comment les distinguer
Degree Sign et Division Sign appartiennent tous deux à la catégorie Math Symbols et au bloc Latin-1 Supplement. Comparez leurs points de code et leur rendu visuel 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.