How to use succeeds but not equivalent to(⋩) symbol in LaTeX?

Symbol/UnicodeSucceeds But Not Equivalent To/U+22E9
Type of symbolMathematics
Package (requirement)amssymb
ArgumentNo
Latex command\succnsim
Example\succnsim → ⋩

To print the Succeeds But Not Equivalent To symbol in a latex document, you need to use the \succnsim command included in the amssymb package.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
    \[ ABC \succnsim 123 \]
    \[ XYZ \succnsim 456 \]    
    \[ KLK \succnsim 123 \]
\end{document}

Output :

Using Succeeds But Not Equivalent To symbol in latex.

Leave a Comment

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

Scroll to Top