Infinity vs N-Ary Summation
VS
Comparação de propriedades
| Propriedade | ∞ 221E | ∑ 2211 |
|---|---|---|
| Nome | Infinity | N-Ary Summation |
| Categoria | Math Symbols | Math Symbols |
| Bloco | Mathematical Operators | Mathematical Operators |
| Script | Zyyy | Zyyy |
| Categoria geral | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 221E | 2211 |
|---|---|---|
| Unicode | U+221E | U+2211 |
| HTML Decimal | ∞ | ∑ |
| HTML Hex | ∞ | ∑ |
| CSS | \221E | \2211 |
| JavaScript | \u{221E} | \u{2211} |
| Python | \u221e | \u2211 |
| UTF-8 | e2 88 9e | e2 88 91 |
Como distinguir
Tanto Infinity quanto N-Ary Summation pertencem à categoria Math Symbols e ao bloco Mathematical Operators. Compare seus pontos de código e renderização visual para distingui-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.