TransWikia.com

Font for U+A734, U+A735?

TeX - LaTeX Asked on January 17, 2021

I use Unicode Hex Input on macOS Catalina, and have the MWE

documentclass{article}

usepackage[T1]{fontenc}

usepackage[utf8]{inputenc}

begin{document}


testꜵ


end{document}

However, my Texstudio does not show ꜵ, nor does the pdf it produces.

How may I produce the ꜵ with minimal additions?

One Answer

Do not use either inputenc or fontenc with xetex or luatex so start by removing them, then use fontspec and specify any font that has these characters (eg you could use whichever font your browser picks to display the character).

I used the Windows Arial font here, as that has quite wide coverage.

enter image description here

documentclass{article}

usepackage{fontspec}
setmainfont{Arial}

begin{document}


testꜵ


end{document}

Answered by David Carlisle on January 17, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP