\boxtimes without a diagonal

symbols

Is there a pair of symbols in some package which appear as $\boxtimes$, but each without one diagonal?

If not, what is the best way to render such a symbol? (To be completely explicit, I'm looking for symbols which are a square plus either diagonal.)

Detexify doesn't come up with anything; the only idea I have is to somehow overlay a diagonal line with $\square$, but I'm also not sure what a good way is to do that.

Best Answer

They are in mathabx package:

\documentclass{article}
\usepackage{mathabx}
\begin{document}
\verb|\boxbackslash|: $\boxbackslash$ 

\verb|\boxslash|: $\boxslash$
\end{document}

enter image description here

Pay attention: mathabx changes the shape of all symbols.