CHECK MARK vs HEAVY CHECK MARK
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
✓
CHECK MARK
U+2713
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
✔
HEAVY CHECK MARK
U+2714
View details →
VS
Property Comparison
Encoding Comparison
| Format | U+2713 | U+2714 |
|---|---|---|
| unicode | U+2713 | U+2714 |
| decimal | 10003 | 10004 |
| htmldecimal | ✓ | ✔ |
| htmlhex | ✓ | ✔ |
| css | \2713 | \2714 |
| javascript | \u{2713} | \u{2714} |
| python | \u2713 | \u2714 |
| java | \u2713 | \u2714 |
| go | \u2713 | \u2714 |
| ruby | \u{2713} | \u{2714} |
| rust | \u{2713} | \u{2714} |
| ccpp | \u2713 | \u2714 |
| urlencoded | %E2%9C%93 | %E2%9C%94 |
| utf8bytes | e2 9c 93 | e2 9c 94 |
| utf16bebytes | 27 13 | 27 14 |
| utf32bebytes | 00 00 27 13 | 00 00 27 14 |
| htmlentity | ✓ |
How to Distinguish
Both CHECK MARK and HEAVY CHECK MARK belong to the Dingbats block and Zyyy script. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.