๐ŸŒ
RapidTables
rapidtables.com โ€บ web โ€บ html โ€บ html-codes.html
HTML Symbols | HTML Emojis
All HTML character codes of text fonts and symbols from � to  . Click on character to get HTML code: * Check if character is supported in Android browser. URL decoder/encoder ยท Unicode characters ยท Windows ALT codes ยท ASCII table ยท Greek alphabet ยท
๐ŸŒ
Flaticon
flaticon.com โ€บ free-icons โ€บ check-mark
Check mark Icons & Symbols
1 day ago - Download over 70,095 icons of check mark in SVG, PSD, PNG, EPS format or as webfonts. Flaticon, the largest database of free icons.
๐ŸŒ
GitHub
gist.github.com โ€บ chrisurf โ€บ a372d3e7de5371401b23217533a9476a
ALT Codes for Check Mark, Cross (X) Mark & Ballot Box Symbols ยท GitHub
ALT Codes for Check Mark, Cross (X) Mark & Ballot Box Symbols ยท Raw ยท alt-codes.md ยท Copy link ยท i cannot type any of these chars (on Windows 11) alt(holding) + 9744 results in โ–บ alt(holding) + '+' + 2610 results in 2 ยท kind regards TSG ...
๐ŸŒ
W3Schools
w3schools.com โ€บ html โ€บ html_symbols.asp
HTML Symbols
HTML Tag List HTML Attributes HTML Global Attributes HTML Browser Support HTML Events HTML Colors HTML Canvas HTML Audio/Video HTML Doctypes HTML Character Sets HTML URL Encode HTML Lang Codes HTTP Messages HTTP Methods PX to EM Converter Keyboard Shortcuts ... Symbols or letters that are not present on your keyboard can be added to HTML using entities.
๐ŸŒ
Google Fonts
fonts.google.com โ€บ icons
Material Symbols and Icons - Google Fonts
Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of design variants.
๐ŸŒ
FSymbols
fsymbols.com โ€บ signs โ€บ tick
โœ…โœ”โœ“โ˜‘ Check mark - Tick symbol ๐Ÿ’ฏโ˜โ˜’โŽโœ—โœ˜
Copy-paste, discover how to type tick signs โ˜‘ โœ“ on your keyboard. Put them on Facebook, Instagram or anywhere you like. Check box symbols. Html entities and more..
๐ŸŒ
Toptal
toptal.com โ€บ designers โ€บ htmlarrows โ€บ symbols
HTML Symbols, Entities and Codes โ€” Toptal Designers
Easily find HTML symbols, entities, characters and codes with ASCII, HEX, CSS and Unicode values; including copyright sign, trademark sign and at symbol.
๐ŸŒ
W3Schools
w3schools.com โ€บ charsets โ€บ ref_utf_dingbats.asp
HTML Unicode Dingbats
Currency Symbols Letterlike Symbols Number Forms Enclosed Alpha Enclosed Ideographic Box Drawings Geometric Shapes Misc Symbols Dingbats Ornamental Dingbats UTF-8 Arrows
๐ŸŒ
HTML Symbols
htmlsymbols.xyz โ€บ unicode โ€บ U+2714
โœ” - Heavy check mark (U+2714) - HTML Symbols
Detailed information about the Unicode character 'Heavy check mark' with code point U+2714 that can be used as a symbol or icon on your site.
Find elsewhere
๐ŸŒ
Toptal
toptal.com โ€บ designers โ€บ htmlarrows โ€บ symbols โ€บ check-mark
Check Mark HTML Symbol, Character and Entity Codes โ€” HTML Arrows
HTML symbol, character and entity codes, ASCII, CSS and HEX values for Check Mark, plus a panoply of others.
๐ŸŒ
Symbols to Copy
symbols.wentin.net โ€บ โœ“
โœ“ | Check Mark | Symbols to Copy
Explore Symbols to Copy for a vast collection of text symbols with their respective HTML, CSS, and Unicode codes. Easily find and copy symbols with a single click.
๐ŸŒ
Webflow
discourse.webflow.com โ€บ community resources โ€บ bugs
Check mark html character - Bugs - Forum | Webflow
September 5, 2016 - Hi, i used the check mark character :heavy_check_mark: in a text block, and changed the color to green. Its green on my browser, but on my mobile phone(chrome browser) its red.
Top answer
1 of 2
2
Use HTML entities.โœ“ โœ“ โœ“โœ“ โœ“ โœ“
2 of 2
0
In fact, the addition of a "checkmark" or any other visual "tick", nowadays, is linked to the use of a font that allows not only to achieve the desired effect, but also and especially to remain compatible whatever the device, and / or operating system.Moreover, some solutions provide an accessible alternative, in case of screen reader.Among the various solutions, there is the oldest (in terms of popularity) font awesome, but there is no lack of solutionshttps://fontawesome.com/https://www.flaticon.com/https://feathericons.com/https://iconscout.com/uniconshttps://nucleoapp.com/ and this list is far from being exhaustive The use is very simple, first of all, and depending of the type of the supplier that you will use, you will have to either link the font source to your project, or use a JavaScript script, to your project.Most of solution get a free use at basic steps... and volume of available icons. then you will have to search and use the special HTML mark to use the appropriate icon. in your example, and if one use UNICONS suplier... free to you to use anyone you like... that is just an easy exemple (some solution can be complex for the first use) soGet the link to be include in your project from https://iconscout.com/unicons/getting-started/thinline in that case add to you HEAD HTML the following line   then explore the library to find the mark that you look for ... from https://iconscout.com/unicons/explore/thinlinein this lib the chekmark is named "check", type it in the search field, you will have different solution... and depending on it, you will get the HTML tag to be added ... in the basic and classic display it is   but you also have different other context as etc...  does this helps you ?
๐ŸŒ
Unicode Compart
compart.com โ€บ en โ€บ unicode โ€บ U+2705
โ€œโœ…โ€ U+2705 White Heavy Check Mark Unicode Character
U+2705 is the unicode hex value of the character White Heavy Check Mark. Char U+2705, Encodings, HTML Entitys:โœ…,โœ…, UTF-8 (hex), UTF-16 (hex), UTF-32 (hex)
Top answer
1 of 14
474

I think you're using less-well-supported Unicode values, which don't always have glyphs for all the code points.
Try the following characters:

  • โ˜ (0x2610 in Unicode hexadecimal [HTML decimal: ☐]): an empty (unchecked) checkbox
  • (0x2611 [HTML decimal: ☑]): the checked version of the previous checkbox
  • โœ“ (0x2713 [HTML decimal: ✓])
  • (0x2714 [HTML decimal: ✔])

Edit: There seems to be some confusion about the first symbol here, โ˜ / 0x2610. This is an empty (unchecked) checkbox, so if you see a box, that's the way it's supposed to look. It's the counterpart to / 0x2611, which is the checked version.

2 of 14
297

First off, you should realize that you don't actually need to use HTML entities โ€“ as long as your HTML document's encoding is declared properly as UTF-8, you can simply copy/paste these symbols into your file/server-side script/JavaScript/whatever.

Having said that, here's the exhaustive list of all relevant UTF-8 characters / HTML entities related to this topic:

  • โ˜ (hex: ☐ / dec: ☐): ballot box (empty, that's how it's supposed to be)
  • (hex: ☑ / dec: ☑): ballot box with check
  • โ˜’ (hex: ☒ / dec: ☒): ballot box with x
  • โœ“ (hex: ✓ / dec: ✓): check mark, equivalent to ✓ and ✓ in most browsers
  • (hex: ✔ / dec: ✔): heavy check mark
  • โœ— (hex: ✗ / dec: ✗): ballot x
  • โœ˜ (hex: ✘ / dec: ✘): heavy ballot x
  • ๐Ÿ—ธ ( hex: 🗸 / dec 🗸): light check mark (poorly supported as of 2017)
  • ( hex: ✅ / dec: ✅): white heavy check mark (mixed support as of 2017)
  • ๐Ÿ—ด ( hex: 🗴 / dec: 🗴): ballot script X (poorly supported as of 2017)
  • ๐Ÿ—ถ ( hex: 🗶 / dec: 🗶): ballot bold script X (poorly supported as of 2017)
  • โฎฝ ( hex: ⮽ / dec: ⮽): ballot box with light X (poorly supported as of 2017)
  • ๐Ÿ—ต ( hex: 🗵 / dec: 🗵): ballot box with script X (poorly supported as of 2017)
  • ๐Ÿ—น ( hex: 🗹 / dec: 🗹): ballot box with bold check (poorly supported as of 2017)
  • ๐Ÿ—ท ( hex: 🗷 / dec: 🗷): ballot box with bold script X (poorly supported as of 2017)

Checking out web fonts for tick symbols? Here's a ready to use sample for the more common ones: Aโ˜BCโ˜’Dโœ“EFโœ—Gโœ˜H -- just copy/paste this into your webfont provider's sample text box and see which fonts support what tick symbols.

๐ŸŒ
freeCodeCamp
freecodecamp.org โ€บ news โ€บ checkmark-symbol-html-for-checkmark-unicode
Checkmark Symbol โ€“ HTML for Checkmark Unicode
April 12, 2022 - I will also show you 4 other variations of the checkmark symbol. The Unicode character for showing a checkmark is U+2713. If you decide to use this Unicode to show a checkmark in HTML and you type it in like that, what you type is shown like this:
๐ŸŒ
Frames X UI Kit
framesxdesign.com โ€บ copy-paste-symbols โ€บ check-mark-square
โœ“โƒฃ Check Mark Square Symbol | Frames X UI Kit
It's created by combining two Unicode symbols: "โœ“" and "โ–ข". In UI design, the check symbol can replace standard checkmarks in Figma Forms and represent the Checkbox component.
๐ŸŒ
Computer Hope
computerhope.com โ€บ issues โ€บ ch001830.htm
How to Insert a Check Mark
A check mark should not be confused with the square root symbol ( โˆš ). Copy and paste. Microsoft Windows. Microsoft Word, Excel, and PowerPoint. Microsoft Notepad. Other Microsoft Windows programs. HTML web page.
๐ŸŒ
Itexus
itexus.com โ€บ home โ€บ uncategorized โ€บ unicode checkbox symbols: adding checkboxes to your text
Unicode Checkbox Symbols: Adding Checkboxes to Your Text - Itexus
November 4, 2024 - Unicode offers a variety of checkbox symbols that can be used in text documents, web pages, and applications. These symbols are helpful for creating to-do lists, checklists, forms, or simply adding a visual indicator for tasks and options. Using Unicode checkboxes can save time and space compared to images or complex HTML elements.