[Tex/LaTex] Latex Math Symbol

symbols

Could anyone tell me what is the command for this math symbol in LaTeX Math mode?

Symbol

Best Answer

This combines two \sqcups and uses \mathchoice so that it sets in any mathstyle.

\documentclass{article}
\def\dsqcup{\sqcup\mathchoice{\mkern-7mu}{\mkern-7mu}{\mkern-3.2mu}{\mkern-3.8mu}\sqcup}
\begin{document}
$A \dsqcup B$

$\scriptstyle A \dsqcup B$

$\scriptscriptstyle A \dsqcup B$
\end{document}

enter image description here