Does anyone know what character this is?
How do I reproduce it in LaTeX? It came from a PDF written with LaTeX (which I obviously don't have the source code for).
Does anyone know what character this is?
How do I reproduce it in LaTeX? It came from a PDF written with LaTeX (which I obviously don't have the source code for).
I think that the O is that of dsfont.
\documentclass{article}
\usepackage{dsfont}
\begin{document}
$\mathds O$.
\end{document}
Oor U+1D546 `` ? – David Carlisle Apr 25 '23 at 09:42\mathbb} O, but why do you want to know exactly which one? If your reason is to use the exact same shape, then yes, you do need to know the font (although this could have been constructed from an O and a "placed" vertical rule). But if you are using other double-struck letters, then I would advise you to use the same font you're using for those. – barbara beeton Apr 25 '23 at 13:39