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 ☑<br>
HTML CHECK MARK ✓<br>
HTML CHECK MARK ✔<br>
HTML CHECK MARK ☑<br>
HTML CHECK MARK ✓<br>
HTML CHECK MARK ✔<br>
</body>
</html>
Output:
HTML CHECK MARK ☑
HTML CHECK MARK ✓
HTML CHECK MARK ✔
HTML CHECK MARK ☑
HTML CHECK MARK ✓
HTML CHECK MARK ✔
Code Screenshot:
Output Screenshot:
Example 2: (checkmark.php)
<!DOCTYPE html>
<html>
<head>
<title>Check Mark | RRKKSinha</title>
</head>
<body>
<?php echo "HTML CHECK MARK ☑" ?><br>
<?php echo "HTML CHECK MARK ✓" ?><br>
<?php echo "HTML CHECK MARK ✔" ?><br>
<?php echo "HTML CHECK MARK ☑" ?><br>
<?php echo "HTML CHECK MARK ✓" ?><br>
<?php echo "HTML CHECK MARK ✔" ?><br>
</body>
</html>
Output:
HTML CHECK MARK ☑
HTML CHECK MARK ✓
HTML CHECK MARK ✔
HTML CHECK MARK ☑
HTML CHECK MARK ✓
HTML CHECK MARK ✔
Code Screenshot:
Output Screenshot:
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.
Check Mark in HTML |
No comments:
Post a Comment