Can anyone let me know how to generate 'ǂ' in LaTeX?
I have tired the following segment but it doesn't work:
\documentclass{article}
\newcommand{\pipesymbol}{ǂ}
\begin{document}
The pipe symbol: \pipesymbol
\end{document}
Can anyone let me know how to generate 'ǂ' in LaTeX?
I have tired the following segment but it doesn't work:
\documentclass{article}
\newcommand{\pipesymbol}{ǂ}
\begin{document}
The pipe symbol: \pipesymbol
\end{document}
\textdoublebarpipe. – Mico Mar 23 '24 at 09:46