答案1
如果您想使用此字体,您可以使用 创建自己的符号tikz
,然后使用scalerel
匹配 的大小\otimes
。如果在脚本样式中使用,这将进行调整。
\documentclass{article}
\usepackage{amssymb, scalerel, tikz}
\renewcommand{\boxtimes}{\mathbin{\scalerel*{\tikz{\draw[line width=1.1pt](0,0)rectangle(1,1)--(0,0)(1,0)--(0,1);}}{\otimes}}}
\begin{document}
$\otimes\boxtimes$
\end{document}