[Tex/LaTex] How to produce the symbol ȶ in pdfLaTeX

symbols

I coudn't find this symbol in the comprehensive latex symbol list that looks like a t with a curl. Tried to use detexify with no luck either. I don't even know it's name. Can anyone help me? Thanks!

enter image description here

Best Answer

See Sergio's answer if you can use a modern Unicode engine like LuaLaTeX (or XeLaTeX).

If you want to access the symbol in pdfLaTeX, it helps to know that this is an obsolete IPA symbol, so you can use the tipa package: It provides the symbol as \textctt (standing for text curly tail t):

\documentclass{article}
\usepackage[safe]{tipa}
\begin{document}
\textctt
\end{document}

enter image description here

Also a general hint if you don't find symbols using detexify: There is a similar site https://shapecatcher.com/ which searches all Unicode symbols.