Choose a check mark or a checkbox
The plain check mark ✓ is Unicode U+2713. A heavy check mark ✔, a ballot box with check ☑, and a check mark button ✅ are separate characters. Choose the plain mark when you want the surrounding text style to determine its appearance, while remembering that fonts can still draw it differently.
Copying a check mark inserts text. It does not create an interactive checkbox that someone can tick or untick. If you are building a form, use your document editor's checkbox control for that behavior and use symbols only where a static mark is appropriate.
Insert the exact character
In Word for Windows, type 2713, select those digits, then press Alt + X. This is a Unicode conversion command, not a numeric-keypad Alt code. Do not assume that holding Alt while typing 2713 produces the same result in another application.
The library currently has no source-verified Windows Alt sequence for this plain check mark. You can copy it directly or use a supported picker. In Excel, =UNICHAR(10003) returns ✓ as text. It does not return a Boolean TRUE value, so formulas and filters should treat the displayed mark as text unless you explicitly design another rule.
Avoid font-dependent substitutions
A letter entered in a symbol font can resemble a check mark while retaining the underlying letter's code point. Changing fonts, copying to another application, or exporting plain text may reveal that letter again. Copying the actual Unicode mark avoids that particular substitution problem.
If the destination displays an empty box, the selected font may not include the check mark. Choose a suitable symbol font or another supported font. If the mark becomes a colored icon, check whether you selected an emoji variant instead of ✓.
Can I use it on a phone?
Yes: copy the mark from this page and paste it into an app that accepts Unicode text. Its final style depends on that app and your device. For a different visual effect, use the related symbols below rather than adding invisible characters to guess at a presentation style.
Quick reference
| Character | ✓ |
|---|---|
| Unicode | U+2713 |
| Decimal | 10003 |
| HTML entity | ✓ |
| HTML decimal | ✓ |
| HTML hex | ✓ |
| UTF-8 bytes | E2 9C 93 |
Typing methods by platform
These instructions are checked against the linked documentation. They are not a claim of testing on every device or app version.
Windows
No verified shortcut is currently available for this platform. Copy the symbol above instead.
Mac
Character Viewer
Choose Edit → Emoji & Symbols, search for “check mark” or its code 2713, then select the character to insert it.
Expand Character Viewer if needed. Available characters depend on font support.
Read the source ↗Word
Unicode conversion in Word for Windows
Type 2713, select those hexadecimal digits, then press Alt + X to insert ✓.
Applies to Word for Windows. Use a font that contains the character. This is Unicode conversion, not a Windows Alt code.
Read the source ↗Excel
=UNICHAR(10003)
Enter =UNICHAR(10003) in a cell to return ✓.
Excel 2013 or later. The English function name is shown; localized Excel may use another name. Paste values if you need text without a formula.
Read the source ↗Google Docs
Insert → Special characters
On a computer, choose Insert → Special characters and search for U+2713 or check mark. Select the matching symbol.
Google Docs and Slides on desktop. If the picker does not offer the symbol, copy it here and paste it into your document.
Read the source ↗Linux
Ctrl + Shift + U, 2713, Enter
In a compatible GNOME/GTK text field, press Ctrl + Shift + U, release the keys, type 2713, then press Enter.
Applies to GNOME/GTK Unicode entry, not every Linux application. Use copy and paste when the app intercepts this shortcut.
Read the source ↗