
答案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}
結果: