I am using Overleaf to create a report, and I have to use some Latin characters in the text.
For the word "SȾÁUTW̱", the unicodes are:
- (U+023E) \textstrokecapitalt for "Ⱦ"
- (U+00C1) \capitalacute{A} for "Á"
- (U+0331) \textsubbar{W} for "W̱"
I can run the A and the W, however, I cannot seem to get the code for the T work.
In the preamble, I have the following packages (I tried to somehow run something for Latin...):
\usepackage[utf8]{inputenc}
\usepackage{unicode}
\usepackage[T1]{fontenc}
along with
\inputencoding{latin1}
right at the word ""SȾÁUTW̱".
I'm out of ideas... Please help! Thank you!


\documentclassto\end{document}, that illustrates your problem. – gernot Feb 15 '24 at 08:21