However, on Overleaf, on the TeX code panel, the unicode is rendered correctly. When I try to build the PDF, this returns the following error:
Code: Select all
Missing character: There is no ̪ (U+032A) in font Times New Roman/OT:language=dflt;mapping=tex-text;!
Missing character: There is no ʈ (U+0288) in font Times New Roman/OT:language=dflt;mapping=tex-text;!
Thanks in Advance.
My code:
Code: Select all
\documentclass[12pt]{article}
\usepackage[a4paper,left=2.54cm,right=2.54cm,top=2.54cm,bottom=2.54cm]{geometry}
\usepackage{natbib}
\bibliographystyle{unsrtnat}
\usepackage{setspace}
\singlespacing
\usepackage{fontspec}
\setmainfont{Times New Roman}
\begin{document}
IPA STUFF:
t̪ ɞ ɠ ɢ ʛ ħ
\end{document}