function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfuser2010sfuser2010 

"≥" symbol not showing up

I have a a VF page rendered as a pdf.  Just basic coding on the page: <apex:outputText> & <apex:outputField> with some CSS to it but for some reason the "≥" symbols entered in those fields do not show up on the pdf.  They show up in salesforce and show up in printable view but not in my VF page.  Please advise!  


Thanks!

DharmeshDharmesh

you can use escape attribute

 

as like

 

<apex:outputText escape="true">

sfuser2010sfuser2010
Yeah I had tried that but that symbol still doesn't show up.