How to use greater-than and single-line not equal to(⪈) symbol in LaTeX?

Symbol/UnicodeGreater-Than and Single-Line Not Equal To/U+2A88
Type of symbolMathematical operator
Package (requirement)amssymb
ArgumentNo
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