Is there a way to include unicode in the data-content attribute using JQuery for pseudo element content? I'm having trouble with the correct formatting. How can I properly display unicode characters? Currently, all I see is ▼
.
a::after
{
content: attr(data-content);
}
<a href="...">...</a>
$("a").attr ("data-content", "▼");