Greater than but not equivalent to(⋧) symbol in LaTeX

Symbol/Unicode Greater than but not equivalent to/U+22E7
Type of symbol Mathematical Operators
Package (requirement) amssymb
Argument No
Latex command \gnsim
Example \gnsim → ⋧

The best way to print the symbol in a latex document is to use the \gnsim command of the amssymb package. Below are some examples.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
     $$ ABC \gnsim \frac{2}{3} $$
     $$ XYZ \gnsim \frac{x+y}{2} $$
     $$ ABC \gnsim \frac{a+b}{c} $$
\end{document}

Output :

Using Greater than but not equivalent to symbol in latex.

Leave a Comment

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