I am generating pdfs with DOMPDF library but It is not properly handling the symbol "≤". In the pdf output appears an "?"
I have read other StackOverflow questions and I already have the
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
inside the <head>
block.
I am using these fonts:
body
{
font-family: "Helvetica","Arial","sans-serif";
font-size:12px;
color:gray;
margin: 0px;
width: 100%;
}
Any idea?