答案1
也许是 Marvosym 的旋转双鱼座符号 (♓︎)?它的边缘厚度可变。您可以让它变窄一点,以类似于 Yaz 字符。
或者,你可以尝试找到一个不错的 Tifinagh 字体,并将其与 XeLaTeX 或 LuaLaTeX 一起使用。我找到了一种书法字体,叫做caligraphie.ttf
在http://www.ircam.ma(摩洛哥皇家阿马齐格文化研究所)。
梅威瑟:
\documentclass{article}
\usepackage{graphicx}
\usepackage{marvosym}
\usepackage{fontspec}
\newfontfamily{\tifinagh}{caligraphie.ttf}
\begin{document}
% all engines
Marvosym \verb+\Pisces+ rotated: \rotatebox{90}{\Pisces}
Narrow version: \scalebox{0.7}[1]{\rotatebox{90}{\Pisces}}
% xelatex/lualatex only
Tifinagh font: {\scriptsize\tifinagh ⵣ}
\end{document}
结果: