Empty Set vs Union
VS
Perbandingan Properti
| Properti | ∅ 2205 | ∪ 222A |
|---|---|---|
| Nama | Empty Set | Union |
| Kategori | Math Symbols | Math Symbols |
| Blok | Mathematical Operators | Mathematical Operators |
| Skrip | Zyyy | Zyyy |
| Kategori Umum | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidireksional | ON | ON |
Perbandingan Pengkodean
| Format | 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 |
Cara Membedakan
Empty Set dan Union keduanya termasuk kategori Math Symbols dan blok Mathematical Operators. Bandingkan titik kode dan tampilan visualnya untuk membedakan keduanya.
Tips: Tempelkan karakter ke editor hex atau gunakan
charCodeAt()
di JavaScript untuk memeriksa titik kode yang sebenarnya.