What the LaTeX code is for this fancy 0?
I have been looking for the LaTeX code for this zero-like symbol and I can't seem to find it anywhere.
What the LaTeX code is for this fancy 0?
I have been looking for the LaTeX code for this zero-like symbol and I can't seem to find it anywhere.
This is the zero in the Euler fraktur font by Hermann Zapf.
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$-\lambda w=\mathfrak{0}$
\end{document}