作为一种快速破解方法,您可以自己创建符号:
\documentclass{book}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{graphicx}
\newcommand{\diaquestion}{\ensuremath{\blacklozenge\kern-0.5em{\color{white}\scalebox{0.7}{?}}\kern0.2em}}
\begin{document}
text \diaquestion\ more text
\end{document}