Does Not Precede or Equal(⋠) symbol in LaTeX

Symbol/Unicode Does Not Precede or Equal/U+22E0
Type of symbol Mathematical operator
Package (requirement) amssymb
Argument No
Latex command \npreceq
Example \npreceq → ⋠

You need to use the \npreceq command in the amssymb package to write the Does Not Precede or Equal symbol in Latex.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
    $$ ABC \npreceq 123 $$
    $$ XYZ \npreceq 456 $$    
    $$ KLK \npreceq 123 $$
\end{document}

Output :

Use Does Not Precede or Equal in latex.

Leave a Comment

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

Scroll to Top