HI, I am trying to add Wingding characters to my Designer template, but am unable to get the CSS code to make the template look like a PDF that I am recreating from scratch. Is the only way of showing Wingding characters by copying and pasting the characters from this site into the CSS code: Wingdings character set and equivalent Unicode characters?
Hi,
You can use the unicode value preceded by &#
Wingdings character “”, for example, would be applied with the following value in the HTML: ✔
Eg:
<span style=“font-family: Wingdings;”>✔</span>
also see: