我成功地通过 Arial Unicode MS 字体从 Unicode U+2626 中获取了例如 ☦︎。但它没有给我常青树或带有 Unicode U+1F332 的圣诞树。我可以使用哪些字体来解决这个问题?
答案1
这需要当前的 lualatex
\documentclass{article}
\usepackage{fontspec}
\newfontfamily\notoemoji{Noto Color Emoji}[Renderer=HarfBuzz]
\begin{document}
{\notoemoji ^^^^^^01f332}
\end{document}
如果我运行albatross 0x1F332
(texlive 中的新工具),我会得到以下字体作为替代:
─────────────────────────────────────────────────────────────────────────────┐
│ Font name │
├─────────────────────────────────────────────────────────────────────────────┤
│ EmojiOne Color │
├─────────────────────────────────────────────────────────────────────────────┤
│ Noto Color Emoji │
├─────────────────────────────────────────────────────────────────────────────┤
│ Noto Emoji │
├─────────────────────────────────────────────────────────────────────────────┤
│ OpenMoji │
├─────────────────────────────────────────────────────────────────────────────┤
│ Quivira │
├─────────────────────────────────────────────────────────────────────────────┤
│ Segoe UI Emoji │
├─────────────────────────────────────────────────────────────────────────────┤
│ Segoe UI Symbol │
├─────────────────────────────────────────────────────────────────────────────┤
│ Symbola │
├─────────────────────────────────────────────────────────────────────────────┤
│ Twemoji Mozilla │
└────────────────────────────────────────────────────────────────────────────
答案2
这是另一个:
\documentclass{article}
\usepackage{fontawesome}
\begin{document}
\faTree
\end{document}
来源:综合 LaTeX 符号列表,页196.