How to use precedes but not equivalent to(⋨) symbol in LaTeX?

Symbol/UnicodePrecedes But Not Equivalent To/U+22E8
Type of symbolMathematical operator
Package (requirement)amssymb
ArgumentNo
Latex command\precnsim
Example\precnsim 🠒 ⋨
\documentclass{article}
\usepackage{amssymb}
\begin{document}
    \[ ABC \precnsim 123 \]
    \[ XYZ \precnsim 456 \]    
    \[ KLK \precnsim 123 \]
\end{document}

Output :

Using Precedes But Not Equivalent To symbol in latex,

Leave a Comment

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

Scroll to Top