This is an archived forum post. The information may be outdated. Contact us if you have any questions.

unicode characters like ✔

zvi wrote on 2012-09-28:
We're having trouble with unicode characters like ? and ? not converting correctly from html to pdf. Any ideas please?
support wrote on 2012-09-29:
Hi,

please could you post a sample html that demonstrates the problem? We will look into it.
hammam wrote on 2012-09-29:
Hello,

The HTML that does not render it like this
<span class="gwt-InlineHTML text stringVal" title="?">?</span>
And also
<span class="gwt-InlineHTML text stringVal" title="?">?</span>

The resulted PDF is rendering a question mark instead.

B.R
hammam wrote on 2012-09-29:
So we are embedding the unicode {unicode tick here ✔ } directly in the html "unescaped"
The browser accepts that with no problem, we are hoping you would too.
hammam wrote on 2012-09-29:
I am sorry if this is confusing but the HTML sign wont render in your HTML editor but it is rendered correctly in the title.
support wrote on 2012-10-01:
The fonts installed in our system support the Unicode character "CHECK MARK" (U+2713) at the moment. "HEAVY CHECK MARK" (U+2714) is not supported.

This can be easily verified by pasting the following code to http://pdfcrowd.com/#convert_by_input:
&#x2713 check mark<br>
&#x2714 heavy check mark