gpt4 book ai didi

unicode - 如何在 Overleaf LaTex 中显示多字符 unicode 表情符号?

转载 作者:行者123 更新时间:2023-12-04 09:44:43 50 4
gpt4 key购买 nike

显然 Overleaf 现在可以了 render emojis using packages of Noto Color Emojis ,您可以在其中使用 {\NotoEmoji\symbol{"1F343}\symbol{"1F338} } 输入具有相应 unicode 的表情符号。

我的问题是如何输入由多个表情符号组成的复杂表情符号?例如,this one 👩‍👩‍👦‍👦,unicode是U+1F469‍ U+200D U+1F469‍ U+200D U+1F466‍ U+200D U+1F466

我试过这样的组合

\symbol{"1F469‍200d1f469200d...1f466}\symbol{"1F469 200d 1f469 200d...1f466}\symbol{"1F469}\symbol{"200d}...\symbol{"1f466}}

但它们都不起作用。

最佳答案

您不需要连接它们。这是我在 Overleaf 中尝试过的解决方案,效果很好。

{\Large 
\NotoEmoji

% family emoji
\symbol{"1F468}\symbol{"200D}\symbol{"1F469}\symbol{"200D}\symbol{"1F467}\symbol{"200D}\symbol{"1F466}
}

预期输出

👨‍👩‍👧‍👦 Family: Man, Woman, Girl, Boy ,

您可以对 Overleaf 中的表情符号肤色修饰符使用相同的技巧,修饰符紧跟在表情符号 Unicode 之后。

{\Large 
\NotoEmoji

% Waving Hand emoji
\symbol{"1F44B}%

% Waving Hand: Light Skin Tone
\symbol{"1F44B}\symbol{"1F3FB}
}

预期输出👋👋🏻

这是 Overleaf Project有关在 Latex 中显示彩色表情符号的页面,您可以查看。

2020-11-28 更新:在 Latex 中添加表情符号作为图像

既然你提到了将表情符号添加为图像,我也包括了我的解决方案。

\usepackage{tcolorbox}

% change font size here
\includegraphics[height=12]{family-man-woman-girl-boy.png}

图片可以从EmojiPedia下载.

关于unicode - 如何在 Overleaf LaTex 中显示多字符 unicode 表情符号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62184595/

50 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com