Can somebody please help me, I want to put the “OK” symbol throw HTML not as image, by saying “OK” symbol I mean this symbol (http://awesomescreenshot.com/0272k1125)
Can somebody help me and tell me what code is this in html please ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a Unicode character that looks like a check mark:
✓To use it in HTML, you’ll probably want to escape it. The code looks like this:
There is also a “heavier” (bold) version of this same symbol:
✔Again, the escapes are:
But definitely pay attention to the concerns expressed by the other answers regarding the inclusion of this character with the font(s) you’re intending to use, and the possibility that the character may not display correctly on client machines.