Square(□) symbol in LaTeX

Symbol/Unicode Square/U+25A1
Type of symbol Square
Package (requirement) amssymb
Argument No
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