Precedes Or Equivalent To vs Xor
VS
Comparaison des propriétés
| Propriété | ≾ 227E | ⊻ 22BB |
|---|---|---|
| Nom | Precedes Or Equivalent To | Xor |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Mathematical Operators | Mathematical Operators |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 227E | 22BB |
|---|---|---|
| Unicode | U+227E | U+22BB |
| HTML Decimal | ≾ | ⊻ |
| HTML Hex | ≾ | ⊻ |
| CSS | \227E | \22BB |
| JavaScript | \u{227E} | \u{22BB} |
| Python | \u227e | \u22bb |
| UTF-8 | e2 89 be | e2 8a bb |
Comment les distinguer
Precedes Or Equivalent To et Xor appartiennent tous deux à la catégorie Math Symbols et au bloc Mathematical Operators. 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.