Greater-Than and Single-Line Not Equal To(⪈) symbol in LaTeX

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 :

Using Greater-Than and Single-Line Not Equal To symbol in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top