Check Mark Symbols | ✓ Checkmark & Boxed Check Characters
Click on a symbol card to get its Unicode, LaTeX, HTML entity, and SVG source code. Includes 11 check-related symbols (including checkmarks, boxed checkmarks, ballot checks, etc.), covering office, documentation, design, and front-end development scenarios.
✅ About Check Mark & Boxed Check Mark Symbols
Complete collection of 11 check mark symbols (Checkmark ✓, Boxed Check ☑, Ballot Check ✓️, etc.), providing Unicode, LaTeX, and entity information.
The check mark is one of the most commonly used status indicator symbols in office documents, user interfaces, and printed materials. It typically signifies "correct," "confirmed," "completed," or "selected." Globally, the checkmark (✓) is recognized as a visual language for affirmation, while the boxed check mark (☑ or a box with a check inside) is often used for checkboxes, to-do lists, and voting forms. Besides the standard ✓ and ✔, there are various weight variations, boxed variants, and inverted checkmarks to suit different font styles and design needs. This page systematically collects all mainstream check mark symbols, detailing the purpose, Unicode encoding, LaTeX command (suitable for academic typesetting), and HTML entity (for web development) for each symbol. The following text introduces the name, typical usage, and technical parameters for each symbol by frequency and shape, helping you use these symbols accurately in writing, design, and programming.
✓ Standard Check Marks & Variants
✓ (Check Mark) is called "Check Mark," the most universally recognized confirmation symbol, often used to indicate correct, agree, complete, or pass. Its Unicode is U+2713, LaTeX command is \\checkmark or \\ding{51} (requires pifont package), HTML entity is ✓. In Windows, hold Alt and type 10003 on the numeric keypad to quickly type ✓; on macOS, use the Character Viewer. This symbol is extremely common in paper grading, form design, and status prompts. Be careful not to confuse it with the square root symbol.
✔ (Heavy Check Mark) is called "Heavy Check Mark" or "Bold Check Mark," a heavier version of the standard checkmark with thicker lines and higher visual weight, suitable for occasions requiring strong affirmation. Its Unicode is U+2714, LaTeX command via \\ding{52}, HTML entity is ✔. The heavy checkmark is more expressive than the regular checkmark in printed titles, mobile buttons, and success messages. Designers often use it for high-priority confirmation actions. In web pages, adjust its size or color with CSS to match the overall style.
✅ (White Heavy Check Mark) is called "White Heavy Check Mark," typically displayed as a green square background with a white checkmark, distinctly emoji-style. Its Unicode is U+2705, HTML entity is ✅. There is no direct LaTeX command, but it can be used with \\emoji{white-heavy-check-mark} via the emojis package. This symbol appears frequently in instant messaging, task management tools, and social media, indicating "completed" or "verified." Note that it comes with its own background (display varies by platform, generally a green rounded square), suitable for scenarios needing no extra decoration.
✓️ (Text Presentation Check Mark) is called "Text Presentation Check Mark." Its glyph is essentially the same as U+2713, but in some fonts, it adds a Variation Selector to render it as a character decoration. Unicode is U+2713 + U+FE0E, HTML entity can be ✓︎. This symbol usually requires no special handling in Chinese environments, as most modern browsers automatically display it as a regular checkmark. Mainly used when forcing text style rather than emoji style.
☐ Box Series & Boxed Check Marks
☐ (White Square) is called "White Square" or "Unchecked Checkbox," the core symbol for an empty checkbox, common in to-do lists, printed forms, and UI prototypes. Its Unicode is U+2610, LaTeX command is \\Square (requires amssymb package), HTML entity is ☐. This symbol itself does not contain a checkmark but is typically used with a checkmark to represent an "incomplete" state. Designers can use it in contrast with the boxed checkmark described below.
☑ (Boxed Check Mark) is called "Boxed Check Mark" or "Checked Checkbox," one of the core symbols collected here. This symbol represents a checkbox that has been checked. Its Unicode is U+2611, LaTeX command can be implemented using \\CheckedBox after loading the amssymb package, HTML entity is ☑. The boxed checkmark is widely used in electronic forms, printed lists, and interactive options in PDF documents. Compared to a regular checkmark, its outer frame clearly expresses an "optional item," while the internal checkmark indicates the item has been marked or selected. Windows input method: hold Alt and type 9745; on macOS, find it in the "Bullets/Stars" category of the Character Viewer.
▣ (Square with Check Mark) is called "Square with Check Mark," another boxed checkmark style, but the outer frame is more square, and the checkmark line is finer compared to older versions. Unicode is U+25A3, HTML entity is ▣. In LaTeX, it can be simulated by combining \\square and a checkmark, but there is no native command. This symbol appears occasionally in engineering drawing annotations and special list designs. Note the display difference from U+2611: in some fonts, the checkmark in U+25A3 is closer to the upper-left corner, while the one in U+2611 is centered.
🗹 (Heavy Boxed Check Mark) is called "Heavy Boxed Check Mark," a heavy variant of the boxed checkmark with a bold checkmark and a stable outer frame. Unicode is U+1F5F9, HTML entity is 🗹. This belongs to the Supplementary Symbols and Pictographs block, requiring modern browser and font support. This symbol displays well in Windows 10 and macOS, often used for highlighting recommended options or mandatory correct choices. In LaTeX, you can approximate it with \\CheckedBox from the wasysym package. Because this symbol appeared later, it might fall back to a regular boxed checkmark in older documents.
⍻ Ballot / Other Specific Style Check Marks
⍻ (Ballot Check Mark) is called "Ballot Check Mark," a thinner checkmark glyph, often used in vote counting and survey questionnaires to indicate approval or agreement. Its Unicode is U+237B, typically not used directly with the numeric HTML entity ⍻, and LaTeX requires special font support. This symbol is relatively rare, used mainly in professional typography or glyph studies. Caution: Most common fonts do not support U+237B, displaying a missing character placeholder; it is recommended to use the more common ✓ instead if no specific requirement exists.
☑︎ (Text Style Boxed Check Mark) is called "Text Style Boxed Check Mark," which is the standard U+2611 followed by the variation selector U+FE0E, forcing text style rendering instead of emoji style. HTML entity can be represented as ☑︎, suitable for scenarios requiring consistent styling in web development. LaTeX does not directly use this variant, but it can be controlled via CSS in web pages. This symbol may show little difference from the default boxed checkmark on some Windows browsers, but on some platforms (like Linux), it maintains a monochrome sans-serif appearance.
🗸 (Light Check Mark) is called "Light Check Mark," a thinner version than U+2713. Unicode is U+1F5F8, HTML entity 🗸. The light checkmark is used in minimalist designs and low-visual-weight prompts, serving as a complementary version to the heavy checkmark. LaTeX has no native command, but similar effects can be achieved by scaling or using specific fonts. This symbol may require newer system font support and is not recommended as a first choice in high-compatibility environments.
📌 Important Notes on Using Check Mark Symbols
First, to insert check mark symbols in Word, Excel, and PowerPoint, it is recommended to use "Insert" → "Symbol" → "More Symbols," set the subset to "Mathematical Operators" or "Dingbats," where you can find common checkmarks like ✓, ✔, ☑. Second, Boxed Check Mark (☑) might display as a small box with a character in some older systems when directly copied and pasted; use the HTML entity ☑ or copy the character directly from this page. Third, in LaTeX, for a standard checkmark it is recommended to use \\checkmark; for a boxed checkmark, you can manually combine \\Box with \\checkmark, or use \\ding{51} and \\ding{52} after loading the pifont package. Fourth, in web development, to ensure consistent display of checkmark symbols across all browsers, it is best to use HTML entities or Unicode characters directly and set a global font family with fallbacks like "Segoe UI Symbol", "Noto Sans", "Apple Color Emoji". Fifth, for screen reader users, checkmark symbols should have an aria-label or alt explanation, e.g., "checkmark indicates confirmed". Sixth, in print design, avoid making checkmark lines too thin to prevent loss during printing; use heavy checkmarks or boxed checkmarks. Seventh, on mobile devices, native checkmarks can be entered via the emoji keyboard by searching for "check" or "tick"; iOS and Android support ✅ and the text form ✓. Eighth, Boxed Check Mark symbols are especially suitable for lists and task management templates. In Word, you can also insert interactive checkboxes via the controls in the Developer tab, but for printing, it is recommended to use the static ☑ symbols provided on this page.
💡 Usage Tips
Clicking on any check mark symbol card will open a details panel, from which you can copy the symbol's Unicode encoding, LaTeX command, HTML entity with one click, as well as generate SVG source code and download transparent background PNG images. If you need to typeset in academic papers or publications, it is recommended to use LaTeX's \\checkmark or \\ding{51} for standard symbols; when designing websites or applications, prioritize using HTML entities with corresponding fonts to ensure users see the correct checkmark or boxed checkmark on all operating systems. For printed task lists, placing the Boxed Check Mark (☑) directly into tables or line items will produce clear and beautifully printed marks. Use the category filter feature on this page to quickly find bold-style checkmarks, boxed variants, and various special checkmarks. Familiarizing yourself with the usage scenarios of each symbol can improve the efficiency and professionalism of document processing.
❓ Frequently Asked Questions · Check Mark Input / Boxed Check / Word Tips
Quickly master how to input various checkmark characters and their usage methods
☑ to display the boxed checkmark.☑. Another square with check mark ▣ is U+25A3 (not strictly a boxed checkmark, but an older boxed check style), and the heavy boxed check mark 🗹 is Unicode U+1F5F9. ✓ or directly paste the ✓ character; display heavy checkmark ✔ with ✔; display white heavy checkmark ✅ with ✅; display boxed checkmark ☑ with ☑. To ensure font compatibility, set a global font-family in CSS such as "Segoe UI Symbol" or "Noto Sans".