看板 LaTeX 關於我們 聯絡資訊
First, you need a font that supports such symbol. Check the following websi= te http://www.fileformat.info/info/unicode/char/3011/fontsupport.htm Second, do what follows (I use xelatex becaues utf)=20 %The Chinese character may be garbbled (funny) \documentclass[12pt]{article} \usepackage{fontspec} \usepackage{xeCJK} \setmainfont{Times New Roman} \setCJKmainfont{=E6=A8=99=E6=A5=B7=E9=AB=94} %kaiu.ttf bkai \begin{document} \char"3010 text here \char"3011 \end{document}
Terrykho:感謝!原來要用\char打code! 04/30 10:03