Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage{stackengine}
\newcommand\0{\stackinset{c}{}{c}{}{\textbackslash}{0}}
\begin{document}
There are 36\0 degrees in a circle.
\end{document}
I am currently having to write all zeros as `\0` in the text to get the distinctive style I want. Is it possible to set something up in the preamble such that I can type with the normal `0` in the text, but when compiled they all come out as zeros with backslash.