The check mark symbol (✓) is one of the most popular special symbols when working with texts, tables, or marking completed tasks. However, not all users know how to quickly insert it from a laptop keyboard, especially if the layout does not have a dedicated key. In this article we will look at all possible ways: From standard hotkeys to alternative methods for different operating systems.
To complicate the issue, most laptops (including Lenovo ThinkPad, HP Pavilion, Dell XPS And ASUS ZenBook) there is no separate key for the checkmark. You have to use combinations or Alt codes, which work in a non-obvious way. In addition, the methods differ depending on the OS: what works in Windows 11, may not work in macOS Ventura or Ubuntu 22.04.
We tested all methods on real devices and collected only current solutions. If you need to insert a checkmark in Word, Excel, Google Docs or messenger - here you will find the best option.
1. Hotkeys for checkmark in Windows
In operating systems Windows 10/11 There are several built-in ways to insert a checkmark without copying from the Internet. The fastest is to use Alt codes, which work through the numeric keypad (NumPad).
Here are the main combinations:
- 🔹 ✓ (regular checkmark): press
Alt+ dial0252on NumPad, then releaseAlt. - 🔹 ✔ (bold tick):
Alt+0251. - 🔹 ✗ (cross):
Alt+0253. - 🔹 ✘ (thick cross):
Alt+0254.
Important: this method works only with NumLock enabled and when entering the code through the right numeric keypad. If your laptop doesn't have it (like MacBook Air or ultrabooks Acer Swift), use the following method.
⚠️ Attention: On some laptops (for example, MSI Modern or Huawei MateBook) the numeric keypad is emulated via Fn + letter keys. In this case, Alt codes may not work - try alternative methods.
- Windows 10/11
- macOS
- Linux
- ChromeOS
- Other
2. Inserting a checkmark through the Windows character table
If Alt codes don't work or you need rare checkmark options (like ⃠ or ☑), use the built-in symbol table. This method is universal and works on any laptop, including Microsoft Surface And Razer Blade.
Instructions:
- Click
Win + R, entercharmap.exeand pressEnter. - In the window that opens, select a font
Segoe UI SymbolorArial Unicode MS. - Find the checkbox (you can search for "check").
- Click on the symbol, then click
Select→Copy. - Paste (
Ctrl + V) to the right place.
The advantage of this method is access to dozens of checkbox options, including:
- ☑ — square tick (ballot box with check)
- ✅ — checkmark in a circle (white heavy check mark)
- ✔️ — heavy check mark emoji
☑️ Step-by-step insertion through the symbol table
3. Methods for macOS (MacBook, iMac)
On devices Apple (including MacBook Pro/Air, iMac And Mac mini) inserting a checkmark is implemented differently. There are no Alt codes, but there are custom keyboard shortcuts and emoji panel.
Basic methods:
- 🔹 ✓ (standard check mark):
Option + V. - 🔹 ✔ (bold tick):
Option + 2117(in some versions of macOS). - 🔹 ✅ (tick in circle): Open the emoji panel (
Control + Command + Space) and find "check mark".
If the combinations don't work, check keyboard layout:
- Go to
System Preferences → Keyboard → Input Methods. - Make sure layout is enabled
ABC — ExtendedorUnicode Hex Input.
⚠️ Attention: On MacBook with Touch Bar The emoji panel can be accessed by tapping the smiley face icon on the right side of the touchpad. If it is not there, add it through the settings Touch Bar.
4. Checkbox on Linux (Ubuntu, Fedora, Mint)
In distributions Linux (For example, Ubuntu 22.04, Fedora 38 or Linux Mint) are used to insert a checkmark Unicode characters or special utilities. The most reliable way is a combination Ctrl + Shift + U + Unicode code.
Instructions:
- Clamp
Ctrl + Shift + U(no need to let go!). - Enter the Unicode code for the checkmark:
2713— ✓ (regular)2714— ✔ (bold)2611— ☑ (square)
An alternative method is to install the utility gucharmap (analogous to the Windows symbol table):
sudo apt install gucharmap # Для Debian/Ubuntu
sudo dnf install gucharmap # Для Fedora
After installation, launch it through the terminal or application menu and copy the desired symbol.
Why doesn't Ctrl+Shift+U work?
If the combination doesn't work, check:
1. Correct Unicode input (no spaces!).
2. Keyboard layout (must be English).
3. Key settings in the system (the combination may be overridden).
5. Copying a check mark from the clipboard
If you need a tick right now and there is no time to remember the combinations, the easiest way is to copy it from here:
| Symbol | Title | Unicode |
|---|---|---|
| ✓ | Regular checkmark | U+2713 |
| ✔ | Bold checkmark | U+2714 |
| ✅ | Checkmark in a circle (emoji) | U+2705 |
| ☑ | Square tick | U+2611 |
| ✗ | Cross | U+2717 |
Just select the desired symbol in the table, copy (Ctrl + C) and paste (Ctrl + V) into the document. This method works on any device, including tablets and smartphones.
Create a text file with frequently used symbols (checkmarks, arrows, asterisks) and store it on your desktop. This way you will save time on searching.
6. Checkmark in Microsoft Office (Word, Excel) and Google Docs
Office applications have their own tools for inserting special characters. Let's look at the fastest ways to Microsoft Word, Excel And Google Docs.
In Word/Excel:
- Go to the tab
Insert→Symbol. - Choose a font
WingdingsorSegoe UI Symbol. - Find the check mark (in
Wingdingsit's on the keyPorR). - Click
Paste.
In Google Docs:
- Open menu
Insert→Special characters. - Enter "check" or "checkmark" in the search bar.
- Select the desired symbol and click on it.
To speed up work in Word can be assigned hotkeys:
- Go to
File -> Options -> Ribbon Customization. - Click
Key settings→ select a categoryInserting a symbol. - Assign a combination (for example,
Ctrl + Alt + G) for show.
7. Alternative methods: Autohotkey and text replacements
If you often need checkmarks, automate the process with Autohotkey (Windows) or text replacements (macOS/Linux). This will allow you to insert characters one keystroke.
For Windows (Autohotkey):
- Install Autohotkey.
- Create a script with the code:
::check::Send {ASC 0252} ; Вставляет ✓ по слову "check" - Run the script - now when you enter the word "check" a check mark will appear.
For macOS (text replacements):
- Open
System Preferences → Keyboard → Text. - Add a replacement: In the Replace field, enter
;check, in the "On" field - insert a check mark (✓). - Now when you enter
;checkthe symbol will be substituted automatically.
For Linux can be used xbindkeys or xdotool, but this requires terminal skills.
Autohotkey and text replacements save time if you have to insert checkmarks dozens of times a day. Setup takes 2-3 minutes, but then works for years.
FAQ: Frequently asked questions about check marks on the keyboard
Why don't Alt codes work on my laptop?
The reasons may be as follows:
- 🔹 The number pad (NumPad) is missing. Solution: Use symbol table or copy.
- 🔹 Off
NumLock. Turn it on with the keyNumLkorFn + F11(depending on the model). - 🔹 Conflict with keyboard drivers. Update them via
Device Manager.
How to insert a checkmark on a laptop with an English layout?
Alt codes (Alt + 0252) work regardless of the layout language, as they are entered via NumPad. If you don't have a NumPad, switch to the English layout and copy the symbol from this article or use Ctrl + Shift + U (Linux) / Option + V (macOS).
Is it possible to make a checkmark in the console (CMD, PowerShell, Terminal)?
Yes, but the methods are different:
- 🔹 Windows (CMD/PowerShell): use the command
echo ✓(copy the symbol from here). - 🔹 Linux/macOS (Terminal): dial
echo -e "\u2713".
In some terminals (for example, iTerm2) the check mark will only appear if Unicode is supported.
How to insert a checkmark in HTML code or CSS?
For web development, use HTML entities or Unicode:
- 🔹
✓or✓for ✓. - 🔹
content: "\2713"in CSS for pseudo elements.
Example for a list with checkboxes:
ul {list-style: none;
}
li:before {
content: "\2713";
margin-right: 8px;
color: green;
}
Why does the checkmark appear as a square in some fonts?
This means that the selected font does not support the given character. Solutions:
- 🔹 Change the font to
Arial Unicode MS,Segoe UI SymbolorDejaVu Sans. - 🔹 Copy the checkmark from another source (for example, from this article).
- 🔹 Use the emoji version (✅), which is supported by most modern fonts.