Bowtie (⋈) or join symbol in LaTeX
To print this symbol in LaTeX you can use the \bowtie command. Take a look.
\documentclass{article}
\begin{document}
$$ \bowtie $$
$$ Employees \bowtie Departments $$
\end{document}Output:

Bowtie (⋈) or join symbol with other packages
If you want some other styles of this symbol, you can use the given table information.
| Package | Command | Output |
|---|---|---|
latexsym | \Join | |
MnSymbol | \bowtie | |
fdsymbol | \bowtie | |
boisik | \bowtie | |
boisik | \blackbowtie | |
boisik | \lblackbowtie | |
boisik | \rblackbowtie | |
stix | \bowtie | |
stix | \fbowtie | |
wasysym | \Bowtie |
Leave a Reply