Fullwidth Apostrophe vs Middle Dot
VS
Comparaison des propriétés
| Propriété | ' FF07 | · 00B7 |
|---|---|---|
| Nom | Fullwidth Apostrophe | Middle Dot |
| Catégorie | Punctuation | Punctuation |
| Bloc | Halfwidth and Fullwidth Forms | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | FF07 | 00B7 |
|---|---|---|
| Unicode | U+FF07 | U+00B7 |
| HTML Decimal | ' | · |
| HTML Hex | ' | · |
| CSS | \FF07 | \00B7 |
| JavaScript | \u{FF07} | \u{B7} |
| Python | \uff07 | \u00b7 |
| UTF-8 | ef bc 87 | c2 b7 |
Comment les distinguer
Fullwidth Apostrophe 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.