How to use much less-than(≪) symbol in LaTeX?

Symbol/UnicodeMuch Less-Than/U+226A
Type of symbolRelational operator
Package (requirement)No
ArgumentNo
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