in set latex code example
Example 1: latex
Why there isn't Latex language option on Grepper?
Example 2: latex
www.latex-project.org
Example 3: latex x element of symbol
\documentclass{article}
\usepackage{graphicx}
\usepackage{amsmath}
\newcommand\Inn{%
\mathrel{\ooalign{$\subset$\cr\hfil\scalebox{0.8}[1]{$=$}\hfil\cr}}%
}
\begin{document}
\[
A\in B % one stroke in middle
\]
\[
A\Inn B % two strokes in middle
\]
\end{document}