Much Less-Than(≪) symbol in LaTeX

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 :

Use much less than symbol in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top