loading tool…
The LaTeX command for lVert rVert is \lVert x \rVert — norm (amsmath preferred).
\lVert x \rVertWrite \lVert x \rVert inside math mode — that is, between $…$ for inline math or in a \[ … \] / equation block for display math. This symbol needs the amsmath package, so add \usepackage{amsmath} to your preamble.
Prefer to see it live? Paste it into the LaTeX preview and it renders as you type — no compiler, no signup.
\left( \right)\left[ \right]\left\{ \right\}\langle \rangle\lfloor \rfloor\lceil \rceil\| x \|| x |\lvert x \rvert\left| \right|Search all 380+ LaTeX symbols →
Use \lVert x \rVert in math mode after adding \usepackage{amsmath} to your preamble. For example, $\lVert x \rVert$.
It comes from the amsmath package — add \usepackage{amsmath} to your preamble.