HTML Entity/Symbol✓(CHECK MARK )

Copy this symbol

CHECK MARK

Click on any of the following code values to copy to clipboard.

✓
✓
U+02713
\2713
✓

HTML Examples

Using HTML Code value in HTML file

<span> &#10003; </span>

Using HTML Entity value in HTML file

<span> &check; </span>

CSS Example

Using CSS content code of the HTML entity &check; to specify in a CSS file

span { 
    content: "\2713";
}
All HTML Symbols