What is the white tick called? - briefly
The white tick symbol is commonly called a «check mark». In Unicode it is represented by the character U+2713 (✓).
What is the white tick called? - in detail
The symbol displayed as a white checkmark is officially named the “check mark” in Unicode terminology. In the Unicode Standard it appears as U+2713 «✓» and as the heavier variant U+2714 «✔». Both characters are classified under the “General Punctuation” block and are widely recognized as indicators of confirmation or completion.
Alternative designations include “tick”, “tick mark”, and “white tick”. In user‑interface guidelines the term “check icon” is often preferred to distinguish the graphic from textual references. Software documentation frequently references the glyph by its code point (U+2713) or by the HTML entity ✓
for the lighter version and ✔
for the heavier version.
Technical details:
- Unicode point: U+2713 «✓» (check mark) – lightweight, typically rendered in white on dark backgrounds.
- Unicode point: U+2714 «✔» (heavy check mark) – thicker strokes, commonly used for higher contrast.
- HTML decimal entities:
✓
and✔
. - HTML hexadecimal entities:
✓
and✔
. - CSS content values:
"\2713"
and"\2714"
for insertion via pseudo‑elements.
Common platforms that implement the white checkmark include:
- Microsoft Office – uses the glyph for task completion indicators.
- Google Material Design – provides a vector asset named “check”.
- Apple iOS – employs the symbol in system alerts and form validation.
Visual rendering depends on font selection; fonts such as Arial, Times New Roman, and Segoe UI contain both glyphs. When a white checkmark appears on a light background, designers often apply a contrasting outline or shadow to preserve legibility. The glyph’s semantic meaning remains consistent across contexts: it signals that an item has been verified, accepted, or successfully processed.