A customer has a designer mockup of a form button that shows a right facing triangle character after the main text, but I can't seem to get this showing. The offending markup is;
<input type="submit" value="Add to basket ▶" />
This should look like 'Add to basket ▶' (if it renders in your browser).
Is this possible or am I doing something wrong?
A jquery workaround is acceptable as a hack too. The page is HTML5 compliant, maybe that'll help.
Thanks in advance,
Ryan
Update: The answers below are correct, there was an easier way though, I just copied the triangle out of this question and straight into me HTML editor. No encoding needed.
Thanks all.