In my country, the similar triangle symbol is different to \cong or \sim symbol.
I draw the symbol with TikZ package so it is not compatible with sizes and color.
Please help me create the symbol with TeX command.
Thank you very much.
P.S The code draws similar symbol.
\documentclass[tikz,border=2mm]{standalone}
\begin{document}
\begin{tikzpicture}[baseline=-7pt,scale=0.1,line width=0.65pt]
\draw (-2,0);
\draw (4,0);
\draw (0,0) arc (90:270:1)..controls +(0:1) and +(180:1).. (2,0) arc (90:-90:1);
\end{tikzpicture}
\end{document}


\sim(how come I never wondered before !) and more puritan form the rotated "S". Nice ! – Partha D. May 22 '21 at 06:48