I'm looking for a variation on the \subseteq relation, but with an underlying squiggle instead of a line. In other words, I'm looking for the symbol to substitute for the square in the last printed line of following example.
\documentclass{amsart}
\usepackage{amssymb}
\begin{document}
\begin{align*}
\prec + \sim &= \precsim\\
< + \sim &= \lesssim\\
\subset + \sim &= \square
\end{align*}
\end{document}
I couldn't find any matching symbol using detexify.




stixhas\subsetapproxbut with 2 squiggles. – CarLaTeX Oct 26 '18 at 10:15LaTeX Error: Too many symbol fonts declared.when I try to use the packagestixin my actual document (not the sample one listed in my post above). – Evan Aad Oct 26 '18 at 10:26stix, namelymathrsfs,stmaryrd, andunicode-math(I should note that I use thelualatexformat with thescrbookdocument class). The first two packages produce the error message listed in my previous comment, whereas the third package produces the error messageCommand '\mathbfit' already defined.Is there a way to resolve these errors, so I can usestix's\subsetapproxcommand? – Evan Aad Oct 26 '18 at 10:40