How to use does not exist(∄) symbol in LaTeX?

Symbol/UnicodeDoes not exist/U+2204
Type of symbolMathematical Operators
Package (requirement)amssymb
ArgumentNo
Latex command\nexists
Example\nexists → ∄

To print the symbol “does not exist” in a latex document, you need to use the \nexists command of the amssymb package.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
    \[ ABC \;\; \nexists \]
    \[ XYZ \;\; \nexists \]
\end{document}

Output :

Use Does not exist symbol in latex.

Leave a Comment

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

Scroll to Top