loading tool…
The LaTeX command for partial (∂) is \partial — partial derivative.
\partialWrite \partial inside math mode — that is, between $…$ for inline math or in a \[ … \] / equation block for display math. It is part of core LaTeX math, so no extra package is required.
$\partial f(x)$Prefer to see it live? Paste it into the LaTeX preview and it renders as you type — no compiler, no signup.
Search all 380+ LaTeX symbols →
Use \partial in math mode — it needs no extra package. For example, $\partial f(x)$.
None — \partial is built into LaTeX's math mode, so no extra package is required.