1

This MWE is close but not exact :

\documentclass{article}
\begin{document}
$\cdot$\raisebox{2pt}{\textbf{.}}$\cdot$
\end{document}

2 Answers2

3
\documentclass{article}
\usepackage{amsmath}
\begin{document}
$\cdot\vcenter{\hbox{\textbf{.}}}\cdot$ but what is that good for, or why is it
better than \verb|\boldsymbol|: $\cdot\boldsymbol{\cdot}\cdot$
\end{document}

enter image description here

0

Just a kludge but this works

\documentclass{article}
\begin{document}
 \phantom{x}
 \vfill
$\cdot$\raisebox{2pt}{\textbf{.}}$\cdot$
\vfill
 \phantom{x}
\end{document}

To get the exact page center vice text space then you have to adjust margins and footer and header size.