On my HTML page where the form is present, whether I use £ like below:
Code:
Minor repair (£7.99)


or:

Code:
Minor repair ( & # 1 6 3 ; 7.99)

I still get  appearing before the price on PayPal.

Code:
Minor repair (£9.98)

I have a JavaScript file that works out the total options selected and on the file I'm using u00A3 to display the £ sign on the total box (green)

Click here to see the form


On the HTML page I have used the following:

Code:
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
What is going wrong and why does the PayPal page keep showing Â?

If you know this answer then please help.

Many Thanks

Rafi