1

How can I represent this word/symbol in Latex??

Symbol:

enter image description here

I search in Latex's Symbols but I don't find it

Thanks

Solid
  • 363

1 Answers1

4

As a quick hack, you could create the symbol yourself:

\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}

enter image description here