Check marks[✔,✘,☑,☒,⨂,Ⓥ ] in LaTeX

The default command to print checkmark without adding any package

checkmark symbol
\checkmark
\checkmark

The bbding package for checkmarks and Xmarks

\usepackage{bbding}

 \text{\Checkmark}
\Checkmark
 \text{\CheckmarkBold}
\CheckmarkBold
 \text{\XSolid}
\XSolid
 \text{\XSolidBold}
\XSolidBold
 \text{\XSolidBrush}
\XSolidBrush

The pifont package for checkmarks and cross marks

\usepackage{pifont}

 \text{\ding{51}}
\ding{51}
 \text{\ding{52}}
\ding{52}
 \text{\ding{53}}
\ding{53}
 \text{\ding{54}}
\ding{54}
 \text{\ding{55}}
\ding{55}
 \text{\ding{56}}
\ding{56}

The arev package for checkmarks and cross marks

\usepackage{arev}

 \ballotcheck
\ballotcheck
 \ballotx
\ballotx

The wasysym package for checked box and crossed box

\usepackage{wasysym}

 \CheckedBox
\CheckedBox
 \Square
\Square
 \XBox
\XBox

The marvosym package for checked box and X box

\usepackage{marvosym}
 \text{\Checkedbox}
\Checkedbox
 \text{\CrossedBox}
\CrossedBox
 \text{\HollowBox}
\HollowBox

The fontawesome package for check circled and  X circled

\usepackage{fontawesome}

 \text{\faCheck}
\faCheck
 \text{\faCheckSquare}
\faCheckSquare
 \text{\faTimesCircle}
\faTimesCircle
 \text{\faCheckCircle}
\faCheckCircle
 \text{\faCheckSquareO}
\faCheckSquareO
 \text{\faTimesCircleO}
\faTimesCircleO
 \text{\faCheckCircleO}
\faCheckCircleO
 \text{\faTimes}
\faTimes
 \text{\faTimesCircle}
\faTimesCircle

Mohammed Anees

Hey there, welcome to aneescraftsmanship I am Mohammed Anees an independent developer/blogger. I like to share and discuss the craft with others plus the things which I have learned because I believe that through discussion and sharing a new world opens up

Leave a Reply

Your email address will not be published.