I'm typing a document which quite heavily relies on script math fonts and a double-stroke 1 for the identity operator, however, text is in Spanish, so I'm using LuaLaTeX for maximum versatility, however, when using it and with the following commands
\includepackage{unicode-math}
\mathbb{1}
\mathcal{O}
\hbar
I get the above, however, when using PDFLaTeX with
\usepackage[utf8]{inputenc}
\usepackage{bbold}
\mathbb{1}
\mathcal{O}
\hbar
And I much prefer this style of calligraphic O and h-bar with horizontal bar. So my question is: Is there a way to use LuaLateX and unicode math but still get what I'd get if I used PDFLaTex?


\includepackage{unicode-math}? – David Carlisle Apr 18 '18 at 22:19