Post Page Advertisement [Top]


Click here to send WhatsApp On Unsaved Mobile Numbers For Free


html+check+mark
Check Mark in HTML

What is the HTML code for a checkmark?

Check Mark in HTML


HTML code for Check Mark:

 
Sign
Name code
Decimal code
Hex code
Description
☑

☑
☑

✓

✓
✓
checkmark sign
✔

✔
✔
checkmark sign

Example 1: (checkmark.html)

<!DOCTYPE html>
<html>
<head>
<title>Check Mark | RRKKSinha</title>
</head>
<body>
HTML CHECK MARK &#9745;<br>
HTML CHECK MARK &#10003;<br>
HTML CHECK MARK &#10004;<br>
HTML CHECK MARK &#x2611;<br>
HTML CHECK MARK &#x2713;<br>
HTML CHECK MARK &#x2714;<br>
</body>
</html>

Output:

HTML CHECK MARK ☑
HTML CHECK MARK âœ“
HTML CHECK MARK âœ”
HTML CHECK MARK â˜‘
HTML CHECK MARK âœ“
HTML CHECK MARK âœ”

Code Screenshot:

checkmark+in+html

Output Screenshot:

checkmark+in+html+output

 

Example 2: (checkmark.php)

<!DOCTYPE html>
<html>
<head>
<title>Check Mark | RRKKSinha</title>
</head>
<body>
<?php echo "HTML CHECK MARK &#9745;" ?><br>
<?php echo "HTML CHECK MARK &#10003;" ?><br>
<?php echo "HTML CHECK MARK &#10004;" ?><br>
<?php echo "HTML CHECK MARK &#x2611;" ?><br>
<?php echo "HTML CHECK MARK &#x2713;" ?><br>
<?php echo "HTML CHECK MARK &#x2714;" ?><br>
</body>
</html>

Output:

HTML CHECK MARK ☑
HTML CHECK MARK ✓
HTML CHECK MARK ✔
HTML CHECK MARK ☑
HTML CHECK MARK ✓
HTML CHECK MARK ✔

Code Screenshot:

checkmark+in+php

Output Screenshot:

checkmark+in+php+output

What is the HTML code for a checkmark? Check Mark in HTML


---
I hope you likable this nice post. Do not forget to share it together with your friends, the Sharing Button is below the post. Apart from this, if there's any downside within the intermediate, don't hesitate to request the Comment Box. we are going to be happy to help you.

I will continue to write more and more on this blog, so do not forget to make our blog BlogLearner as a bookmark (Ctrl + D) on your mobile or computer and subscribe to us to get all the posts in your email. Do not forget to share these posts, if you like it. You can facilitate us reach additional individuals by sharing it on social networking sites like Facebook or Twitter.

thanku
Check Mark in HTML


#check_mark_in_html #checkmark_in_html #html_checkmark #checkmark #check_mark #check_mark_examples #checkmark_examples #bloglearner #rrkksinha

rrkksinha.

No comments:

Post a Comment

Bottom Ad [Post Page]