Exists (∃) symbol in LaTeX

Symbol/Unicode Exists/U+2203
Type of symbol Mathematics
Package (requirement) No
Argument No
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