Symbol/Unicode | Much greater than/U+226B |
---|---|
Type of symbol | Mathematics |
Package (requirement) | No |
Argument | No |
Latex command | \gg |
Example | \gg → ≫ |
There are many uses of Greater Than symbol in mathematics but sometimes we need Much greater than, you need to use the \gg
command to use this symbol in LaTeX.
Below are some examples.
\documentclass{article}
\begin{document}
$$ A_1\gg a_2 $$
$$ \infty\gg 1 $$
$$ M_1\gg m_2 $$
\end{document}
Output :