I wonder if there is any package that produces a \mathbb{} symbol for lowercase letters.
Thanks in advance!
I wonder if there is any package that produces a \mathbb{} symbol for lowercase letters.
Thanks in advance!
After a little searching on the internet, I found the bbm package that produces the blackboard symbol for lowercase letter
You can use mathbbol package:
\documentclass{article}
\usepackage{mathbbol}
\begin{document}
\[ \mathbb{abcd} \]
\end{document}
