here is
a list of some of the characters that html can render. Towards the bottom you will find check mark. Depending on if it were a span or a button, you would code it like this:
Code:
<span>& #10003;</span>
<button>& #10003;</button>
but without the space between the & and the # - if I write that here, this page renders it and you get ✓ which is what it will look like on your page
was that your question?