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 :