Symbol/Unicode | Greater-Than and Single-Line Not Equal To/U+2A88 |
---|---|
Type of symbol | Mathematical operator |
Package (requirement) | amssymb |
Argument | No |
Latex command | \gneq |
Example | \gneq → ⪈ |
You need to use the \gneq
command in the amssymb package to write the Greater-Than and Single-Line Not Equal To symbols in Latex.
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$$ Cat \gneq 10 $$
$$ Marbles \gneq 5 $$
$$ 0 \gneq Becky \; Spends \gneq 5 $$
\end{document}
Output :