Symbol/Unicode | Greater-Than But Not Equal To/U+2269 |
---|---|
Type of symbol | Mathematical Operator |
Package (requirement) | amssymb |
Argument | No |
Latex command | \gneqq |
Example | \gneqq → ≩ |
You need to use the \gneqq
command of the amssymb package to print the Greater-than but not equal to symbol in a latex document.
\documentclass{article}
\usepackage{amssymb}
\begin{document}
\[ X \; \gneqq \; 5 \]
\[ Y^2\; \gneqq \; 5 \]
\[ a+b\; \gneqq \; 5 \]
\end{document}
Output :
