barbecue
0
Q:

union latex

$\cup$ gives you the union symbol
$\cap$ gives you the intersection symbol
5
\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}
2

New to Communities?

Join the community