如何绘制这个?unicode 中的方形空白 BlackSquare

如何绘制这个?unicode 中的方形空白 BlackSquare

我想画这个:■■■□□

但这并不容易,我希望正方形具有相同的大小。

而且用谷歌搜索它也很困难。

问候

答案1

左侧:unicodes。右侧:unicode-math命令。下面:其他可能性(QED 在 Latin Modern Math、Cambria Math、Asana Math 和 TeX Gyre Pagella Math 中只产生实数平方)。

% arara: lualatex

\documentclass{article}
\usepackage{fontspec}
\usepackage{unicode-math}

\begin{document}    
\setmathfont{xits-math.otf}
\[\symbol{"025AA} \smblksquare\]
\[\symbol{"025AB} \smwhtsquare\]
\[\symbol{"025A0} \mdlgblksquare\]
\[\symbol{"025A1} \mdlgwhtsquare\]
\[\symbol{"025FB} \mdwhtsquare\]
\[\symbol{"025FC} \mdblksquare\]
\[\symbol{"025FD} \mdsmwhtsquare\]
\[\symbol{"025FE} \mdsmblksquare\]
\[\symbol{"02B1B} \lgblksquare\]
\[\symbol{"02B1C} \lgwhtsquare\]

\[\QED \vee \blockfull\]
\end{document}

在此处输入图片描述

答案2

▪ ▫ ▪ ▫ ▪ ▫ ▪ ▫ ▪ ▫ ▪ ▫

U+25AA 和 U+25AB

相关内容