Knowledge base dedicated to Linux and applied mathematics.
Home > Latex > FAQ > Latex - FAQ > Latex symbol checkmark
Latex how to write symbol checkmark: \checkmark
We must use package amssymb and the command \checkmark
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$\checkmark$ checked
\end{document}
$\checkmark$ checked