nc.
nc.

Reputation: 7259

In HTML I can make a checkmark with ✓ . Is there a corresponding X-mark?

Is there a corresponding X mark to ✓ (✓)? What is it?

Upvotes: 244

Views: 203191

Answers (5)

Chamara Indrajith
Chamara Indrajith

Reputation: 729

I think this will help everyone.

All codes are taken from here - https://www.toptal.com/designers/htmlarrows/symbols/

✗

✘ 

✕

✖

✓

✔

☑

Upvotes: 8

Bruiser
Bruiser

Reputation: 11887

✗ 

✘ 

✕ 

✖

Upvotes: 179

Don Kirkby
Don Kirkby

Reputation: 56230

Personally, I like to use named entities when they are available, because they make my HTML more readable. Because of that, I like to use ✓ for ✓ and ✗ for ✗. If you're not sure whether a named entity exists for the character you want, try the &what search site. It includes the name for each entity, if there is one.

As mentioned in the comments, ✓ and ✗ are not supported in HTML4, so you may be better off using the more cryptic ✓ and ✗ if you want to target the most browsers. The most definitive references I could find were on the W3C site: HTML4 and HTML5.

Upvotes: 43

dommer
dommer

Reputation: 19820

A corresponding cross for ✓ ✓ would be ✗ ✗ I think (Dingbats).

Upvotes: 307

nickf
nickf

Reputation: 546333

It's between the Z and the C on your keyboard.

Upvotes: 30

Related Questions