U+2713 · Dingbats
Check Mark ✓
The check mark, or tick, is the plain character for "done," "correct" or "yes." It is used in to-do lists, feature comparison tables, forms, grading and status updates. Its light, thin stroke makes it a good fit for documents and interfaces where emoji would feel too loud.
Character codes
| Unicode code point | U+2713 | |
|---|---|---|
| Decimal | 10003 | |
| HTML named entity | ✓ | |
| HTML (hex) | ✓ | |
| HTML (decimal) | ✓ | |
| CSS | \2713 | |
| JavaScript | \u2713 | |
| Python | \u2713 | |
| UTF-8 bytes | E2 9C 93 | |
| UTF-16 | 2713 | |
| URL-encoded | %E2%9C%93 |
Character details
| Official name | CHECK MARK |
|---|---|
| Unicode block | Dingbats |
| General category | Other Symbol (So) |
| SymbolHero category | Check Marks & Crosses |
| Emoji | No |
How to type ✓
Windows
- In Microsoft Word or Outlook: type
2713then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “check mark”, then Select and Copy.
Mac
- Press Control + Command + Space to open the Character Viewer, search “check mark”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
2713.
iPhone & Android
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “check mark” or enter
U+2713. - HTML:
✓or✓ - Excel / Google Sheets:
=UNICHAR(10003)
Examples
- ✓ Free shipping
- Tasks: ✓ Draft ✓ Review
- Correct ✓
Good to know
Don’t mix it up: It is sometimes mistaken for the square root sign √ (U+221A), which has a long horizontal top stroke.
Tip: In HTML, the named entity ✓ outputs ✓.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Questions
What is the Unicode for ✓?
It is U+2713 (CHECK MARK), decimal 10003.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 2713 then Alt+X, or copy it from this page.
How do I type it on a Mac?
There is no built-in Option shortcut. Use the Character Viewer (Control + Command + Space) and search “check mark”, or copy it from this page.
What is the HTML code?
Use the named entity ✓ or the numeric reference ✓.