Empty Set vs Subset Of
VS
Comparação de propriedades
| Propriedade | ∅ 2205 | ⊂ 2282 |
|---|---|---|
| Nome | Empty Set | Subset 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 | 2282 |
|---|---|---|
| Unicode | U+2205 | U+2282 |
| HTML Decimal | ∅ | ⊂ |
| HTML Hex | ∅ | ⊂ |
| CSS | \2205 | \2282 |
| JavaScript | \u{2205} | \u{2282} |
| Python | \u2205 | \u2282 |
| UTF-8 | e2 88 85 | e2 8a 82 |
Como distinguir
Tanto Empty Set quanto Subset 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.