How to use square(□) symbol in LaTeX?

Symbol/UnicodeSquare/U+25A1
Type of symbolSquare
Package (requirement)amssymb
ArgumentNo
Latex command\square
Example\square → □

To write the square symbol in Latex you need to use the \square command of the amssymb package.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
   \[ \square\; LATEXHELP.COM  \]
   \[ \square\; SMILE \;\; MORE \]
   \[ \square\; LIFE \;\; is \;\; SHORT \]
\end{document}

Output :

Use square symbol in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top