如何让 overleaf 显示许多不同的稀少使用的 Unicode 字符

如何让 overleaf 显示许多不同的稀少使用的 Unicode 字符

我想在我的 Latex 文档中使用许多不同的字符。我不会用那些语言书写,而是会时不时地使用一个字符。我似乎无法在 overleaf 中显示它们。我应该怎么做才能显示这些字符?

\documentclass{article}
\begin{document}

\section{test}
1: ნ
2: ؾ
3: ꓕ

\end{document}

样本

显示三个错误(每个字符一个)

! Package inputenc Error: Unicode character ნ (U+10DC)
(inputenc)                not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.5 1: ნ
          
You may provide a definition with
\DeclareUnicodeCharacter 

相关内容