[Tex/LaTex] How to put a big dot (and circle) over a variable

accentsmath-mode

where one can see a big dot (and circle) over W. I am using \dot{W} and \mathring{W} but seems not big enough.

Best Answer

\documentclass{article}
\usepackage{accents}
\begin{document}
$\accentset{\bullet}{b}$
\end{document}