Caret Insertion Point vs Middle Dot
VS
Comparaison des propriétés
| Propriété | ⁁ 2041 | · 00B7 |
|---|---|---|
| Nom | Caret Insertion Point | Middle Dot |
| Catégorie | Punctuation | Punctuation |
| Bloc | General Punctuation | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 2041 | 00B7 |
|---|---|---|
| Unicode | U+2041 | U+00B7 |
| HTML Decimal | ⁁ | · |
| HTML Hex | ⁁ | · |
| CSS | \2041 | \00B7 |
| JavaScript | \u{2041} | \u{B7} |
| Python | \u2041 | \u00b7 |
| UTF-8 | e2 81 81 | c2 b7 |
Comment les distinguer
Caret Insertion Point et Middle Dot sont tous deux dans la catégorie Punctuation 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.