Not many, it seems...
I borrowed Mico's file from here
Which LuaLaTeX math fonts have complete symbol set?
and changed the text to include forall and exists, I didn't have one of the fonts so that is commented out but of the remaining ones, only asana, it seems:

\documentclass{article}
\newcommand\blurb{%
$\forall \land \exists$}
\usepackage{unicode-math}
%% Load 10 math fonts, plus two alternate/stylistic set variants
\setmathfont{Latin Modern Math}[version=LM]
\setmathfont{Stix Math}[version=Stix]
\setmathfont{XITS Math}[version=XITS]
\setmathfont{XITS Math}[StylisticSet=1,version=XITS1]
\setmathfont{Stix Two Math}[version=Stix2] % see http://stixfonts.org/
\setmathfont{Cambria Math}[version=Cambria]
\setmathfont{Asana Math}[version=Asana]
\setmathfont{Asana Math}[Alternate,version=AsanaAlt]
\setmathfont{TeX Gyre Pagella Math}[version=Pagella]
\setmathfont{TeX Gyre Termes Math}[version=Termes]
\setmathfont{TeX Gyre DejaVu Math}[version=DejaVu]
%\setmathfont{Neo Euler}[version=Euler]
\setmathfont{Libertinus Math}[version=Libertinus]
\begin{document}
\renewcommand\arraystretch{1.8}
\begin{tabular}{@{}ll@{}}
Latin Modern & \mathversion{LM} \blurb \\
Stix & \mathversion{Stix} \blurb \\
XITS & \mathversion{XITS} \blurb \\
XITS, StySet1& \mathversion{XITS1} \blurb \\
Stix Two & \mathversion{Stix2} \blurb \\
Cambria & \mathversion{Cambria} \blurb \\
Asana & \mathversion{Asana} \blurb \\
Asana Alt & \mathversion{AsanaAlt}\blurb \\
Pagella & \mathversion{Pagella} \blurb \\
Termes & \mathversion{Termes} \blurb \\
DejaVu & \mathversion{DejaVu} \blurb \\[0.5ex]
%Neo Euler & \mathversion{Euler} \blurb \\[0.5ex]
Libertinus Math& \mathversion{Libertinus} \blurb
\end{tabular}
\end{document}
\mathcaland\mathscralphabets. You might want to show Neo Euler. And it’s generally a good idea to look through the stylistic sets of XITS and STIX Two. – Davislor Jan 24 '20 at 23:08[range={\forall, \exists}]. – David von Tamar Jan 25 '20 at 00:21