Symbol/Unicode | Much Less-Than/U+226A |
---|---|
Type of symbol | Relational operator |
Package (requirement) | No |
Argument | No |
Latex command | \ll |
Example | \ll → ≪ |
Sometimes in mathematics, we need much less than symbols. You need to use \ll
command for this symbol in LaTeX. And it is a default command of LaTeX.
\documentclass{article}
\begin{document}
$$ a \ll A $$
$$ 1 \ll \infty $$
$$ 0.01 \ll 1000^{99} $$
\end{document}
Output :