Symbol/Unicode | Very Much Greater-Than/U+22DF |
---|---|
Type of symbol | Relational operator |
Package (requirement) | MnSymbol |
Argument | No |
Latex command | \gggtr |
Example | \gggtr → ⋙ |
You need to use the \gggtr
command in the MnSymbol package to print the symbol in a latex document.
\documentclass{article}
\usepackage{MnSymbol}
\begin{document}
$$ a_1 \gggtr A_1 $$
$$ \infty \gggtr 1 $$
$$ 1000^{999} \gggtr 0.1 $$
\end{document}
Output :