Emoji support in (Lua)LaTeX.
The emoji
package allows user to typeset emoji in a LaTeX document. It requires LuaHBTeX engine,
which can be called by lualatex
since TeX Live 2020.
\documentclass{article}
\usepackage{emoji}
\setemojifont{Apple Color Emoji} % Optional
\begin{document}
\emoji{joy}
\emoji{+1}
\emoji{family-man-woman-girl-boy}
\emoji{woman-and-man-holding-hands-light-skin-tone-medium-dark-skin-tone}
\end{document}
Result:
๐ ๐ ๐จโ๐ฉโ๐งโ๐ฆ ๐ฉ๐ปโ๐คโ๐จ๐พ
This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.
Copyright (C) 2020โ2023 by Xiangdong Zeng.