How to make a tick?

How to make a tick? - briefly

Draw a short diagonal line from upper left to lower right, then add a longer diagonal line from lower left to the intersection point, creating a checkmark shape. Use a pen or vector tool to maintain consistent angle and proportion.

How to make a tick? - in detail

Creating a clear, precise tick symbol involves selecting the appropriate tool, configuring its properties, and applying it correctly. The process varies slightly depending on the medium—digital documents, graphic software, or handwritten notes.

First, determine the environment. In word processors like Microsoft Word or Google Docs, the tick can be inserted directly from the symbol library. Open the “Insert” menu, choose “Symbol,” locate the checkmark (✓) or tick (✔) character, and click to place it. Adjust the font size and color to match surrounding text. For consistent appearance across a document, define a character style that includes the chosen font (e.g., Segoe UI Symbol) and apply it wherever the symbol is needed.

When using graphic design programs such as Adobe Illustrator or Inkscape, draw the tick manually or use a pre‑made glyph. To draw it:

  1. Select the Pen tool.
  2. Create a short diagonal line descending from left to right.
  3. Add a longer diagonal line rising from the end of the first line toward the top right, forming a “V” shape.
  4. Join the two paths, adjust stroke weight, and round the corners if desired.
  5. Convert the shape to a vector object, then save it as a reusable symbol.

For handwritten work, employ a simple two‑stroke method:

  • Begin with a short, downward‑right stroke.
  • Continue with a longer, upward‑right stroke that meets the end of the first line, forming a clean check.

In programming contexts, generate a tick using Unicode or HTML entities. The Unicode code point U+2713 represents ✓, while U+2714 represents ✔. Insert the character directly in source code, or use HTML ✓ / ✔ to render it in web pages. Ensure the document’s character encoding is set to UTF‑8 to avoid display issues.

Finally, verify the tick’s visibility. Test the symbol on various backgrounds, adjust contrast, and confirm that screen readers interpret it correctly if accessibility is required. Following these steps yields a consistent, professional tick across all formats.