I would like to display a couple of currency codes in php but cannot seem to get it working. PHP script is encoded in utf-8, which is also the charset used in HTML:
doctype: <!DOCTYPE html>
meta: <meta charset="UTF-8">
Viewed in Firefox with no specific encoding setting.
Currency symbol examples would be :
(1) U+20BC
and
(2) ֏
I tried to adapt several of the solutions to other questions which sounded as if they could apply but to no avail. I have trouble getting my head around the whole unicode concept.
Thanks for your help