The check mark symbol — also written as a tick mark — is one of the most universally recognized symbols in the world. Whether you’re building a to-do list, formatting a document, or adding visual flair to a presentation, this guide covers every way to type or insert a check mark on any device.
Types of Check Mark Symbols
Before diving in, it helps to know there are several check mark variants, each with its own Unicode code point:
| Symbol | Name | Unicode |
|---|---|---|
| ✓ | Check mark | U+2713 |
| ✔ | Heavy check mark | U+2714 |
| ☑ | Ballot box with check | U+2611 |
| ✅ | White heavy check mark (emoji) | U+2705 |
| ☒ | Ballot box with X | U+2612 |
The most commonly used are ✓ (light) and ✔ (bold/heavy). The ballot box variants ☑ and ☒ are popular in forms, lists, and documents.
How to Type a Check Mark on Windows
Method 1: Alt Code
The fastest keyboard method on Windows — make sure Num Lock is on, then:
- Hold Alt and type 10003 on the numpad → ✓ (check mark)
- Hold Alt and type 10004 on the numpad → ✔ (heavy check mark)
Note: These are 5-digit Alt codes, so they require a full numeric keypad. If you’re on a laptop without a dedicated numpad, use one of the methods below instead.
Method 2: Unicode Input (Microsoft Word)
- Type the Unicode code point:
- 2713 for ✓
- 2714 for ✔
- 2611 for ☑
- Immediately press Alt + X
- Word converts it to the check mark symbol
Method 3: Copy and Paste
The simplest method for any app or browser — copy your preferred symbol directly from this page:
✓ ✔ ☑ ✅
Paste it anywhere. It will work in every modern app, browser, and platform.
Method 4: Character Map
- Open Start and search “Character Map”
- Search for “check mark” in the search box
- Select your preferred variant
- Click Select, then Copy
- Paste into your document
Method 5: Windows Emoji Panel
- Press Windows key + . (period)
- Click the Symbols tab
- Search for “check”
- Click to insert ✅ or other variants
How to Type a Check Mark on Mac
Method 1: Character Viewer (Easiest)
- Press Control + Command + Space
- Search for “check mark” or “tick”
- Double-click your preferred symbol to insert it
Method 2: Option Key Shortcut
Mac doesn’t have a single built-in shortcut for check marks, but you can create your own via text replacement (see the shortcut setup section below).
Method 3: Unicode Hex Input
- Enable Unicode Hex Input under System Settings > Keyboard > Input Sources
- Hold Option and type 2713 → produces ✓
- Or type 2714 → produces ✔
How to Type a Check Mark on iPhone and Android
Mobile keyboards don’t include check marks by default, but both platforms make it easy with a couple of methods.
Press and Hold the Keyboard
Some keyboards include a check mark in the symbols panel. Tap ?123 or =< to browse symbols — check marks are often tucked in there.
Emoji Keyboard
The ✅ emoji (white heavy check mark) is available on every mobile keyboard:
- Open the emoji keyboard (smiley face icon)
- Search “check”
- Tap ✅ to insert
Set Up a Text Replacement Shortcut
iPhone (iOS):
- Go to Settings > General > Keyboard > Text Replacement
- Tap +
- In Phrase, paste ✓
- In Shortcut, type something like
chk - Now typing
chkwill auto-suggest ✓
Android (Gboard):
- Go to Settings > Dictionary > Personal Dictionary
- Add ✓ as a word with shortcut
chk - Gboard will suggest ✓ whenever you type
chk
How to Type a Check Mark in Microsoft Word
Word has several dedicated methods that go beyond the standard Windows techniques.
Method 1: Alt + X (Fastest in Word)
Type 2713 then press Alt + X — Word instantly converts it to ✓.
Method 2: Built-In Wingdings Font
Word’s Wingdings font contains check marks mapped to regular letters:
- Type a lowercase a (or ü for heavy check)
- Select the character
- Change the font to Wingdings 2
- The letter transforms into a check mark
Common Wingdings 2 mappings:
| Type this | Change font to | Result |
|---|---|---|
| P | Wingdings 2 | ✓ |
| R | Wingdings 2 | ✔ |
| T | Wingdings 2 | ☑ |
Method 3: Insert > Symbol
- Go to Insert > Symbol > More Symbols
- Change the font to Wingdings or Segoe UI Symbol
- Find and select your check mark
- Click Insert
Method 4: AutoCorrect
You can set Word to automatically replace a text string with a check mark:
- Go to File > Options > Proofing > AutoCorrect Options
- In the Replace field, type something like
(check) - In the With field, paste ✓
- Click Add, then OK
From now on, typing (check) in Word will auto-replace with ✓.
How to Type a Check Mark in Google Docs
Method 1: Insert > Special Characters
- Go to Insert > Special Characters
- Search for “check mark”
- Click your preferred symbol to insert it
Method 2: Copy and Paste
Simply copy ✓ or ✔ from this article and paste it directly into your Google Doc — no special steps required.
Method 3: Substitutions (Auto-Replace)
- Go to Tools > Preferences > Substitutions
- In the Replace column, type something like
(chk) - In the With column, paste ✓
- Click OK
Google Docs will now auto-replace (chk) with ✓ as you type.
How to Use Check Marks in HTML and CSS
For web developers, here are all the ways to render check marks in code:
| Method | Code | Result |
|---|---|---|
| HTML named entity | ✓ | ✓ |
| HTML numeric (hex) | ✓ | ✓ |
| HTML numeric (decimal) | ✓ | ✓ |
| Heavy check mark | ✔ | ✔ |
| Ballot box check | ☑ | ☑ |
| CSS content property | content: "\2713"; | ✓ |
| Direct UTF-8 | paste ✓ directly | ✓ |
CSS example for a styled check mark list:
css
li::before {
content: "\2713";
color: #22c55e;
font-weight: bold;
margin-right: 8px;
}
How to Insert a Clickable Checkbox in Word and Google Docs
If you need an interactive checkbox rather than a static check mark symbol, both Word and Google Docs support this.
Microsoft Word (Interactive Checkbox)
- Go to File > Options > Customize Ribbon
- Enable the Developer tab
- In the Developer tab, click the Check Box Content Control button (☑ icon)
- A clickable checkbox appears in your document
Google Docs (Checklist)
- Go to Format > Bullets & Numbering > Checklist
- Or use the checklist button in the toolbar
- Each list item gets an interactive checkbox that can be clicked to toggle
Quick Reference: Check Mark Cheat Sheet
| ✓ | ✔ | ☑ | |
|---|---|---|---|
| Unicode | U+2713 | U+2714 | U+2611 |
| HTML entity | ✓ | ✔ | ☑ |
| Windows Alt code | Alt + 10003 | Alt + 10004 | — |
| Word (Alt+X) | Type 2713 + Alt+X | Type 2714 + Alt+X | Type 2611 + Alt+X |
| Mac (Unicode) | Option + 2713 | Option + 2714 | Option + 2611 |
| Mac (Viewer) | Control+Cmd+Space, search “check” | ← same | ← same |
| Mobile | Copy/paste or emoji keyboard | ← same | ← same |
Final Thoughts
For quick one-off use, copy-paste is the fastest method on every platform — just grab ✓ or ✔ from this page. For regular use in Word, the Alt + X shortcut (type 2713 then Alt+X) is the slickest option. Mac users can set up a text replacement shortcut or use the Option + Unicode method. Developers should use the ✓ HTML entity or the CSS \2713 escape for clean, cross-browser rendering. And if you need clickable checkboxes rather than decorative tick marks, both Word and Google Docs have built-in checklist tools that are just a few menu clicks away.
Meet Ry, “TechGuru,” a 36-year-old technology enthusiast with a deep passion for tech innovations. With extensive experience, he specializes in gaming hardware and software, and has expertise in gadgets, custom PCs, and audio.
Besides writing about tech and reviewing new products, he enjoys traveling, hiking, and photography. Committed to keeping up with the latest industry trends, he aims to guide readers in making informed tech decisions.