Questioned Equal To vs Succeeds
VS
Comparaison des propriétés
| Propriété | ≟ 225F | ≻ 227B |
|---|---|---|
| Nom | Questioned Equal To | Succeeds |
| 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 | 225F | 227B |
|---|---|---|
| Unicode | U+225F | U+227B |
| HTML Decimal | ≟ | ≻ |
| HTML Hex | ≟ | ≻ |
| CSS | \225F | \227B |
| JavaScript | \u{225F} | \u{227B} |
| Python | \u225f | \u227b |
| UTF-8 | e2 89 9f | e2 89 bb |
Comment les distinguer
Questioned Equal To et Succeeds 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.