I don't understand why \varnothing looks exactly the same than \emptyset in this MWE:
\documentclass[10pt,a4paper,french]{article}
\usepackage{babel}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket},math-style=french]{unicode-math}
\usepackage[scale={0.75,0.8},footskip=1.5cm,heightrounded]{geometry}
\begin{document}
[x\in\emptyset]
\[x\in\varnothing\]
\end{document}
Yet, I load the package \amssymb.

