I am trying to display subtraction of 2 numbers with the subtraction symbol −
to no success. It works when i simple use -
but that is not how a subtraction symbol should look like. I've tried with —, ÷, &multiply;
with no success. Is there a way to display these symbols in SVG within the <text>
tag?
echo '<text x="165" y="'.$y_axis.'" font-size="30"
font-family="Arial, Helvetica, sans-serif"
fill="rgb(93, 130, 255)">
−</text>';