0

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}
CarLaTeX
  • 62,716
  • 1
    Welcome to TeX.SE. Do learn how to use the free Detexify utility. You may decide that the solution lies in loading the tipa package and typing \textdoublebarpipe. – Mico Mar 23 '24 at 09:46
  • 1
    Or you can use "ǂ" asis using xelatex\lualatex and some TTF or OTF font with the glyph (e.g., Symbola). Note that wwith a wrong fontthe symbol will be exported to a white space, a box, a "?" symbol or whatever. – Fran Mar 23 '24 at 10:29

0 Answers0