Empty Set vs Not An Element Of
VS
Comparação de propriedades
| Propriedade | ∅ 2205 | ∉ 2209 |
|---|---|---|
| Nome | Empty Set | Not An Element Of |
| 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 | 2205 | 2209 |
|---|---|---|
| Unicode | U+2205 | U+2209 |
| HTML Decimal | ∅ | ∉ |
| HTML Hex | ∅ | ∉ |
| CSS | \2205 | \2209 |
| JavaScript | \u{2205} | \u{2209} |
| Python | \u2205 | \u2209 |
| UTF-8 | e2 88 85 | e2 88 89 |
Como distinguir
Tanto Empty Set quanto Not An Element Of 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.