2

What the LaTeX code is for this fancy 0?

Fancy 0?

I have been looking for the LaTeX code for this zero-like symbol and I can't seem to find it anywhere.

1 Answers1

16

This is the zero in the Euler fraktur font by Hermann Zapf.

\documentclass{article}
\usepackage{amssymb}

\begin{document}

$-\lambda w=\mathfrak{0}$

\end{document}

enter image description here

egreg
  • 1,121,712