I\'m trying to display the pound symbol in HTML (from PHP) but all I get is a symbol with a question mark.
The following are things that I\'ve tried.
In PHP:
Use £. I had the same problem and solved it using jQuery:
£
$(this).text('£');
$(this).html('£');