Equal To Or Less-Than vs Greek Small Letter Pi
VS
Comparaison des propriétés
| Propriété | ⋜ 22DC | π 03C0 |
|---|---|---|
| Nom | Equal To Or Less-Than | Greek Small Letter Pi |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Mathematical Operators | Greek and Coptic |
| Écriture | Zyyy | Grek |
| Catégorie générale | Math Symbol (Sm) | Lowercase Letter (Ll) |
| Bidirectionnel | ON | L |
Comparaison d'encodages
| Format | 22DC | 03C0 |
|---|---|---|
| Unicode | U+22DC | U+03C0 |
| HTML Decimal | ⋜ | π |
| HTML Hex | ⋜ | π |
| CSS | \22DC | \03C0 |
| JavaScript | \u{22DC} | \u{3C0} |
| Python | \u22dc | \u03c0 |
| UTF-8 | e2 8b 9c | cf 80 |
Comment les distinguer
Equal To Or Less-Than et Greek Small Letter Pi 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.