Is there a corresponding X mark to ✓ (✓
)? What is it?
5 Answers
A corresponding cross for ✓ ✓
would be ✗ ✗
I think (Dingbats).

- 19,610
- 14
- 75
- 137
-
1perfect, thanks. any idea where I can get a reference for these like the ascii lookup tables? – nc. Apr 03 '09 at 00:35
-
6The complete reference is called Unicode! You could look amongst the “Symbols/Other” character, perhaps (though you font probably won't have glyphs for much of it): http://www.fileformat.info/info/unicode/category/So/list.htm – bobince Apr 03 '09 at 06:38
-
1I just tested and this doesn't work in IE 8... IE 9, FireFox, and Chrome work correctly. Here's a good link to more symbols: http://www.danshort.com/HTMLentities/index.php?w=dingb – Nathan Prather Aug 26 '12 at 15:25
-
1use "Code Decimal" works also in IE 8, but "Code Hex" does not. – Cullen SUN Sep 04 '13 at 04:36
-
As I mentioned in [my answer](http://stackoverflow.com/a/25652166/4794), @nc., the [&what search site](http://www.amp-what.com/unicode/search/x) is a nice reference with a good search, and it displays the entity name if there is one. – Don Kirkby Oct 31 '14 at 17:07
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.

- 53,582
- 27
- 205
- 286
-
3I'm really surprised no one talked about it or gave you more +1 for that! – Cyril N. Jan 06 '15 at 09:11
-
2Thanks, @Cyril, but I did answer the question five years after the other answers. It might take a while for my answer to get noticed. I'm patient. – Don Kirkby Jan 07 '15 at 05:46
-
3From http://www.w3schools.com/charsets/ref_html_entities_4.asp, it looks like check and cross aren't supported in HTML4 or below. – mwfearnley Feb 15 '15 at 17:13
-
1
It's between the Z and the C on your keyboard.

- 537,072
- 198
- 649
- 721
-
-
I believe the question is asking for the symbol `x` not the letter. They look alike but are definelty not the same. – Aaron C Mar 03 '17 at 16:23
-
As a matter of fact, it's between the K and the B on *my* keyboard! ;-) – jpaugh Jul 25 '17 at 20:46
I think this will help everyone.
All codes are taken from here - https://www.toptal.com/designers/htmlarrows/symbols/
✗
✗
✘
✘
✕
✕
✖
✖
✓
✓
✔
✔
☑
☑

- 561
- 8
- 8