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

Symbol/Unicode Succeeds But Not Equivalent To/U+22E9
Type of symbol Mathematics
Package (requirement) amssymb
Argument No
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