Wingding Font Issue

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 “:heavy_check_mark:”, for example, would be applied with the following value in the HTML: &#10004

Eg:

<span style=“font-family: Wingdings;”>&#10004</span>

also see: