Nabla vs Partial Differential
VS
Property Comparison
| Property | ∇ 2207 | ∂ 2202 |
|---|---|---|
| Name | Nabla | Partial Differential |
| Category | Math Symbols | Math Symbols |
| Block | Mathematical Operators | Mathematical Operators |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2207 | 2202 |
|---|---|---|
| Unicode | U+2207 | U+2202 |
| HTML Decimal | ∇ | ∂ |
| HTML Hex | ∇ | ∂ |
| CSS | \2207 | \2202 |
| JavaScript | \u{2207} | \u{2202} |
| Python | \u2207 | \u2202 |
| UTF-8 | e2 88 87 | e2 88 82 |
How to Distinguish
Both Nabla and Partial Differential belong to the Math Symbols category and the Mathematical Operators block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.