N-Ary Summation vs Square Root
VS
Comparaison des propriétés
| Propriété | ∑ 2211 | √ 221A |
|---|---|---|
| Nom | N-Ary Summation | Square Root |
| 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 | 2211 | 221A |
|---|---|---|
| Unicode | U+2211 | U+221A |
| HTML Decimal | ∑ | √ |
| HTML Hex | ∑ | √ |
| CSS | \2211 | \221A |
| JavaScript | \u{2211} | \u{221A} |
| Python | \u2211 | \u221a |
| UTF-8 | e2 88 91 | e2 88 9a |
Comment les distinguer
N-Ary Summation et Square Root 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.