Am Mon, 26 Feb 2024 08:33:58 -0500 schrieb Haines Brown via luatex: > Albatross says the glyph for Unicode 14264 (round form of 囍, > double happiness) is available in the KaiTi font. But following > snippet fails to disiplay it. > > \documentclass[12pt]{article} > \usepackage{polyglossia} > \setdefaultlanguage{english} > \usepackage{luatexja-fontspec} > \newfontfamily\Chinese{KaiTi} > > \begin{document} > > \symbol{"1F264} > > \end{document}
I don't have the font to test, but you must at least switch to the font, so {\Chinese\symbol{"1F264}} -- Ulrike Fischer http://www.troubleshooting-tex.de/