[Tex/LaTex] the LaTeX code for an “open semicolon”

symbols

May I know what is the LaTeX code for the following symbol? I can't find it in detexify.

enter image description here

Best Answer

According to Shapecatcher, this is a "Z notation relational composition". Looks like you can get it in the objectz package:

\documentclass{article}
\usepackage{oz}
\begin{document}

$\fcmp$

\end{document}

Result:

output