3

For circumscribed circle, it is $\otimes$, $\ominus$, I get it, but how do you put them inside a square?

i have seen something similar in here and here.

kensaii
  • 153

1 Answers1

7

Loading the amssymb package, you can use some commands

enter image description here

\documentclass[varwidth, margin=10pt]{standalone}
\usepackage{amssymb}

\begin{document}
$\boxtimes$ \par
$\boxplus$ \par
$\boxminus$ \par
\end{document}
Alenanno
  • 37,338