Many math symbols get messed up in the PDF bookmarks.
Example:
\documentclass{article}
\usepackage{amssymb}
\makeatletter
\usepackage{bookmark}
\makeatother
\begin{document}
\section{Is in $\in$, Set minus $\backslash$, Positive integers $\mathbb{Z}^{+}$}
Hello.
\end{document}
Output PDF:
$\in$ becomes a blank space, $\backslash$ becomes "026E30F, and $\mathbb{Z}^{+}$ becomes Z+.
What I can do in Adobe Acrobat is to manually change the PDF bookmark, where I put in unicode math characters instead, like so:
Is in ∈, Set minus \, Positive integers ℤ⁺
But I was wondering if I could do this in the tex file itself. I know for example that there is the possibility of entering an alternative "short title" for the title of a section/subsection/etc., so that this "short title" (instead of the actual title) shows up in the table of contents.
Is there a similar possibility for the PDF bookmark?



Unicodeformathcal{C}-(\unichar{"1D49E})or theUnicodeformathcal{C}-(\unichar{"1D4D2}), so I replaced theUnicodeformathfrak{C}-(\unichar{"212D}), what was the problem with theUnicodesof length 5? – Davood Apr 18 '18 at 16:32\unichar{"1D49E}. Works withpdflatexand AR. But the set of displayed characters depends on the PDF viewer. Restrict to simple characters for greater compatibility of PDF viewers. Anyway, math should be avoided in section titles in general for better style. – Heiko Oberdiek Apr 18 '18 at 16:45