copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('✓'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
✓
Overview
The check mark (✓) is a symbol used to signal correctness, completion, or approval. Encoded at U+2713 in the Dingbats block, it is classified as a symbol in the Unicode character database and can be written in HTML with the named entity ✓. Widely used in forms, checklists, and interfaces to indicate that an item has been verified or a task finished, it is among the most recognized of the miscellaneous typographic symbols.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2713 | |
| decimal | 10003 | |
| htmldecimal | ✓ | |
| htmlhex | ✓ | |
| css | \2713 | |
| javascript | \u{2713} | |
| python | \u2713 | |
| java | \u2713 | |
| go | \u2713 | |
| ruby | \u{2713} | |
| rust | \u{2713} | |
| ccpp | \u2713 | |
| urlencoded | %E2%9C%93 | |
| utf8bytes | e2 9c 93 | |
| utf16bebytes | 27 13 | |
| utf32bebytes | 00 00 27 13 | |
| htmlentity | ✓ |
How to Use
HTML:
✓
or
✓
CSS:
content: "\2713"
JavaScript:
"\u{2713}"
Python:
"\u2713"
Frequently Asked Questions
What is the ✓ character (CHECK MARK)?
✓ (CHECK MARK) is the Unicode character U+2713.
What is the Unicode codepoint of CHECK MARK?
The CHECK MARK character (✓) has codepoint U+2713.
How do I type or copy CHECK MARK?
Copy ✓ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.