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 :