loading toolβ¦
The LaTeX command for mathscr A (π) is \mathscr{A} β script A (requires mathrsfs package).
\mathscr{A}Write \mathscr{A} inside math mode β that is, between $β¦$ for inline math or in a \[ β¦ \] / equation block for display math. This symbol needs the mathrsfs package, so add \usepackage{mathrsfs} to your preamble.
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 \mathscr{A} in math mode after adding \usepackage{mathrsfs} to your preamble. For example, $\mathscr{A}$.
It comes from the mathrsfs package β add \usepackage{mathrsfs} to your preamble.