When looking in the unicode-tables, you will find
the € as char '20AC'. To pass it to the \unicar command you have to recalculate its number to the decimal system.
'20AC' in the hexadecimal-system is '8364' in the decimal system.
Now you can type \unichar{8364} to get the unicode encoded ??? sign.

Would \unichar{"20ac} not work?

No, but \unicode{"20AC} works. The letter-numbers must be uppercase.
But thanks for the hint, the 'unicode' documentation doesn't describe that I have to use the quotation mark before.


regards Uwe

Reply via email to