答案1
答案2
我尝试重现提问用户所显示的图形,并使用 添加复选标记pifont
。
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath,lipsum,pifont}
\usepackage[dvipsnames]{xcolor}
\begin{document}
\begin{table}[htb]
\centering
\begin{tabular}{p{7cm}|p{7cm}}
\multicolumn{1}{c|}{{\Large \color{Green}{\ding{51}}} Hello } &
\multicolumn{1}{c}{{\Large \color{Orange}{\ding{55}}} Hello}\\ \hline
\lipsum[1]& \lipsum[2] \\ \hline
other text & other text \\ \hline
\end{tabular}
\end{table}
\end{document}