[Tex/LaTex] How to place a “slash” — / — through a letter in this way?

math-modephysicssymbols

I am writing a paper expanding on the results of a previous paper, and I want to preserve their terminology, at one point they use this symbol:

enter image description here

I have no idea how they made it nor how to reproduce it, when I try to copy it I get "p/" so I imagine that maybe they superimposed both symbols.

Thanks.

Best Answer

This is another solution:

\documentclass{article}

\usepackage{cancel}

\begin{document}
    $\cancel{p}$
\end{document}
Related Question