I'm using a font with specified unicode. Instead of displaying the symbol it will only show the numbers or a broken image..
.attr('title', '');
Does anybody knows how to write this correctly? Thank you in advance!
You can specify the unicode codepoint directly
.attr('title', '\uE08F')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With