[Tex/LaTex] Alchemical symbols with LaTeX

fontssymbols

I need to draw symbols of alchemical processes in a LaTeX document: in particular, I'm interested in the process of "amalgamation", depicted here at page 15:

enter image description here

I'm open to any suggestion, even something like "draw it on your own!", just teach me how.

Keep in mind that the general look of the symbol(s) should match well with the "classical" lmodern font in a "classical" LaTeX page (containing also some mathematics).

Best Answer

There is (at least) one free true type font, named Alchemy that has this symbol. It's available from here for instance. Demo, with Xe/LuaLaTeX:

\documentclass[12pt, a4paper]{article}
\usepackage{fontspec}

\begin{document}

The \emph{amalgamation} or \emph{conjunction} symbol:
\fontspec{Alchemy}\enspace
\LARGE p

\end{document}

enter image description here