I’m trying to insert a star in my html using the following HTML code:
★ (★)
It works on every major browser, except IE. IE displays weird characters. I’m using UTF-8 as my page encoding.
Is there a way to fix it?
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.
⋆
<span style="font-family: arial unicode MS;font-size:200%;">⋆</span>the working example here http://jsfiddle.net/3Waym/