Copyright Sign vs Section Sign
VS
Comparaison des propriétés
| Propriété | © 00A9 | § 00A7 |
|---|---|---|
| Nom | Copyright Sign | Section Sign |
| Catégorie | Legal & Copyright | Legal & Copyright |
| Bloc | Latin-1 Supplement | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Symbol (So) | Other Punctuation (Po) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 00A9 | 00A7 |
|---|---|---|
| Unicode | U+00A9 | U+00A7 |
| HTML Decimal | © | § |
| HTML Hex | © | § |
| CSS | \00A9 | \00A7 |
| JavaScript | \u{A9} | \u{A7} |
| Python | \u00a9 | \u00a7 |
| UTF-8 | c2 a9 | c2 a7 |
Comment les distinguer
Copyright Sign et Section Sign appartiennent tous deux à la catégorie Legal & Copyright 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.