How to use exists (∃) symbol in LaTeX?

Symbol/UnicodeExists/U+2203
Type of symbolMathematics
Package (requirement)No
ArgumentNo
Latex command\exists
Example\exists → ∃

You need to use the \exists command to print the Exists symbol in a latex document.

\documentclass{article}
\begin{document}
    \[ \exists_x \in F \]
    \[ (y) \exists (x)  \]
    \[ \exists_y (x-y=0) \]
\end{document}

Output :

Use exists symbol in latex.

Leave a Comment

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

Scroll to Top