Latex how to write symbol checkmark: \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