Is there a way to print the 'plus or minus' sign within a PHP print statement? I know HTML ± will print this out but I'm sending this as a string to a predefined PHP function to set a label in a jpgraph.
$graph->footer->right->Set("Limiter: (+-)".LIMITER);
What I'm wanting is the actual sign where the + is stacked on top of the -.
Any ideas?