I refer to my period when I was in University. I think that the usual symbols for writing that a divide b or that a not divide b are those of this compilable example.
\documentclass[a4paper,12pt]{article}
\usepackage{amssymb}
\begin{document}
\[a\mid b, \quad a\nmid b\]
\end{document}
I remember that the vertical bar was drawn longer and with smaller letters like this drawing, all in proportion, of course.
Are there specific packages with LaTeX that automatically create this type of approach different from the standard one?


