How to insert a check mark

Updated: 08/16/2021 by Computer Hope
Check marks

Adding a check mark (also called a tick) symbol to a document, spreadsheet, presentation slide, or a web page can be done several ways. Follow the steps below for the type of file, document, or page that you want to add a check mark.

Note

A check mark should not be confused with the square root symbol ( √ ).

Microsoft Word, Excel, and PowerPoint

Option one

  1. Open the Microsoft Word, Excel, or PowerPoint application.
  2. Click the Insert tab in the Ribbon at the top.
  3. In the Symbols section, on the far-right side of the Insert tab, click the Symbols icon.
  4. If using Microsoft Word, in the Symbols pop-down menu, click the More Symbols option. If using Microsoft Excel or PowerPoint, skip to the next step.
  5. In the Symbols window, click the Font drop-down list and select the Wingdings font.
  6. Below the Font list is the Wingdings symbols you can insert. Scroll to the bottom of the list of symbols and select the check mark symbol in the last row of symbols.
  7. Click the Insert button to insert the check mark into the document.

Microsoft Word - check mark in Symbols

Option two

  1. Open the Microsoft Word, Excel, or PowerPoint application.
  2. On the Home tab, in the Font section, click the Font drop-down list and select the Wingdings font.
  3. Create a check mark symbol by pressing and holding Alt, and then typing 0252 using the numeric keypad on the right side of the keyboard.

Microsoft Word - check mark in Symbols

  1. After creating the check mark symbol, switch back to the desired font for text in the document.

Microsoft Notepad

Create a check mark in Notepad by inserting the ASCII (American Standard Code for Information Interchange) character check mark by following the steps below.

Tip

The instructions below also work for creating a check mark in other basic text editors, like Notepad++ and TextPad.

  1. Open Microsoft Notepad.
  2. In Notepad, press and hold Alt, type 251 using the number pad on the right side of the keyboard.

Other Microsoft Windows programs

On Microsoft Windows computers and most Windows programs, add a check mark using the Charmap (Character Map) utility. Below are the steps to add a check mark to most Microsoft programs using Charmap.

Note

Copying a check mark from the Character Map to Notepad or other basic text editors does not work. We recommend using the instructions for creating a check mark in Notepad above.

  1. Open the Microsoft program and Character Map.
  2. In the Character Map window, select Wingdings as the font.
  3. Scroll down until you see the check mark (character code: 0x6FC).
  4. Click the check mark.
  5. Click the Select button.

Check mark in Character Map

  1. Once the check mark is entered in the characters to copy text box, click the Copy button.
  2. Switch back to the Microsoft program and paste the check mark in the document.

HTML web page

In the web page's HTML (hypertext markup language) source code, add one of the following Unicode HTML entities, depending on the type of check mark you want to insert.

  • ☑ - inserts the " ☑ " symbol.
  • ✓ - adds the " ✓ " symbol.
  • ✔ - inserts the " ✔ " symbol.