GeneralUnicode character is not visible in PDF

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mpaw
Posts: 3
Joined: Thu Nov 22, 2018 10:40 pm

Unicode character is not visible in PDF

Post by mpaw »

Hi.

I'm new here, as well as a member of this site, and as LaTeX writer.

I need to write unicode sigh (with code U+01B5 and another with code U+01B6). I'm using TeX Live 2018 and TeXworks. I compile to pdfLatex. I tryied to COPY+PASTE this character from character table in Windows, as well as changing compiler to XeLaTex, and write sequence \char"01B5, and other possibilities, which didn't work. I just have blank space in place, where this sign should be located. I found solution to omit using unicode insted of graphical generation of this sign, but it is not clear for me, so I don't want to use it.

How insert into PDF this sign?

Please help, thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Unicode character is not visible in PDF

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

With the stix or stix2 package:

Code: Select all

\documentclass{article}
\usepackage{stix}
\begin{document}
$\Zbar$
\end{document}
Stefan
LaTeX.org admin
mpaw
Posts: 3
Joined: Thu Nov 22, 2018 10:40 pm

Unicode character is not visible in PDF

Post by mpaw »

Thank you very much!
Post Reply