0

I wan to know how this letter O with a vertical line for operator null in maths. Thanks.

enter image description here

Sebastiano
  • 54,118
user89940
  • 193

1 Answers1

4

\mathds{O} from dsfont package.

Easy to find on Detexify:

enter image description here

\documentclass{article}
\usepackage{dsfont}
\begin{document}
\[
\mathds{O} 
\]
\end{document}

enter image description here

CarLaTeX
  • 62,716