loading tool…
The LaTeX command for circlearrowleft (↺) is \circlearrowleft.
\circlearrowleftWrite \circlearrowleft inside math mode — that is, between $…$ for inline math or in a \[ … \] / equation block for display math. This symbol needs the amssymb package, so add \usepackage{amssymb} to your preamble.
$A \circlearrowleft B$Prefer to see it live? Paste it into the LaTeX preview and it renders as you type — no compiler, no signup.
\to\leftarrow\rightarrow\leftrightarrow\Leftarrow\Rightarrow\Leftrightarrow\iff\implies\uparrow\downarrow\updownarrow\nearrow\searrowSearch all 380+ LaTeX symbols →
Use \circlearrowleft in math mode after adding \usepackage{amssymb} to your preamble. For example, $A \circlearrowleft B$.
It comes from the amssymb package — add \usepackage{amssymb} to your preamble.