Empty Set vs Union
VS
Comparação de propriedades
| Propriedade | ∅ 2205 | ∪ 222A |
|---|---|---|
| Nome | Empty Set | Union |
| 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 | 222A |
|---|---|---|
| Unicode | U+2205 | U+222A |
| HTML Decimal | ∅ | ∪ |
| HTML Hex | ∅ | ∪ |
| CSS | \2205 | \222A |
| JavaScript | \u{2205} | \u{222A} |
| Python | \u2205 | \u222a |
| UTF-8 | e2 88 85 | e2 88 aa |
Como distinguir
Tanto Empty Set quanto Union 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.