HTML Entity/Symbol✗(BALLOT X )

Copy this symbol

BALLOT X

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

✗
✗
U+02717
\2717
✗

HTML Examples

Using HTML Code value in HTML file

<span> &#10007; </span>

Using HTML Entity value in HTML file

<span> &cross; </span>

CSS Example

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

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