Find HTMLEntity for any Character

I’ve always be annoyed when I want to use a character such as ยป in HTML as I struggle to find the corresponding HTML Entity. This is why I made this small utility. Just paste the sexy UTF-8 character you found and it will give you the associated HTML-ready code ๐Ÿ™‚

Enter any weird character:

#utf8 {
text-align: center;
}
#utf8 table {
margin: 0 auto;
}
#utf8 th, #utf8 td {
padding: 3px;
}
#utf8 th {
text-align: right;
}
#utf8-output {
margin-top: 5px;
}
#utf8 .raw td, #utf8-input {
font-size: 25px;
}
#utf8-input {
width: 150px;
}

If you liked this article, you might be interested in my X feed as well.