MWE
\documentclass[a4paper,11pt]{report}
\begin{document}
$0\!\!\!/$
\end{document}
Hi, I will use zero but its inside slash.
Is it possible?
SOLVE:
It is work for me.
Related to: https://tex.stackexchange.com/a/133093/33075
\newcommand*{\pmzeroslash}{%
\nfss@text{%
\sbox0{0}%
\sbox2{\bf\tiny{/}}% % <----- added the \bf\tiny{/}
\sbox4{%
\raise\dimexpr((\ht0-\dp0)-(\ht2-\dp2))/2\relax\copy2 %
}%
\ooalign{%
\hfill\copy4 \hfill\cr
\hfill0\hfill\cr
}%
\vphantom{0\copy4 }% correct overall height and depth of the symbol
}%
}
\makeatother
But it is must be corrected by you.


\emptyset? – GuM Aug 03 '17 at 23:50\emptyset's slash protrudes out of the symbol0. – skpblack Aug 03 '17 at 23:57\emptysetis a little greater than zero. – Özgür Aug 04 '17 at 00:100with a slash inside as in picture. – skpblack Aug 04 '17 at 00:15