I'm simply compiling this code
\documentclass{article}
\usepackage{amssymb} % AMS Math
\begin{document}
\begin{equation}\label{eee}
\mathbb{R} \mathbb{A} \mathbb{1} \mathbb{\Omega}
\end{equation}
\end{document}
The output is really strange. What is going on with amssymb package?


