天哪,我甚至不知道把这个放在哪里……或者如何开始。开玩笑地说,我想在考试的一道题中得到那个翻桌子的人的 ASCII 图像。我试过逐字逐句地显示,但它不会显示字符。
我知道这可能是一个很长的尝试,但有人知道如何得到这个小家伙吗?
(╯°□°)╯︵ ┻━┻
显示什么?我知道我应该提供 MWE,但是...是的,我甚至没有。
谢谢!
答案1
这可能需要进行一些调整,但大多数符号都可以在stix
包中找到。
\documentclass{article}
\usepackage{graphicx}
\usepackage{stix}
\newcommand{\kora}{$($\rotatebox{45}{$\smile$}$^{\circ}\smwhtsquare^{\circ})\rotatebox{45}{$\smile$}\mkern-6mu\frown$\raisebox{0.5ex}{$\bot$}$\mkern-3.5mu-\mkern-3.5mu$\raisebox{0.5ex}{$\bot$}}
\begin{document}
\kora
\end{document}
编辑:
这是使用标准形状的版本。感谢 A Feldman 对表格的提示。
\documentclass{article}
\usepackage{graphicx,amssymb,amsmath}
\newcommand{\kora}{%
(\raisebox{0.5em}{\rotatebox{-45}{)}}$^{\circ}{\scriptscriptstyle\Box}^{\circ}$)\raisebox{0.5em}{\rotatebox{-45}{)}}\rotatebox{90}{)}\raisebox{0.2em}{\LARGE \_\hskip-.1em\textvisiblespace\hskip-.1em\_}
}
\begin{document}
\kora
\end{document}
答案2
答案3
这在 Windows 上对我有用:
\documentclass{minimal}
\usepackage{fontspec}
%\newfontfamily{\fliptablefont}{SimSun}
\newfontfamily{\fliptablefont}{Arial Unicode MS}
\DeclareRobustCommand{\fliptable}{{\fliptablefont(╯°□°)╯︵ ┻━┻}}
\begin{document}
\fliptable
\end{document}