loading tool…
The LaTeX command for mathbb C (ℂ) is \mathbb{C} — complex numbers.
\mathbb{C}Write \mathbb{C} 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 \mathbb{C} B$Prefer to see it live? Paste it into the LaTeX preview and it renders as you type — no compiler, no signup.
\emptyset\varnothing\mathbb{N}\mathbb{Z}\mathbb{Q}\mathbb{R}\mathbb{F}^\complement\bigcap\bigcup\bigsqcup\uplus\biguplus\mathcal{P}Search all 380+ LaTeX symbols →
Use \mathbb{C} in math mode after adding \usepackage{amssymb} to your preamble. For example, $A \mathbb{C} B$.
It comes from the amssymb package — add \usepackage{amssymb} to your preamble.