Not sure if this is valid for any OS other than windows, but: Hold the Alt key on your keyboard, type 0128 on the number pad (e.g. not the row of numbers above the letter keys), and then release the Alt button.
The result should be the € symbol.
EDIT:
minifairy;10999775 wrote:its stored in a varchar
What I meant was this: What is the actual value you're storing in the database? Are you literally storing the string "chr(128)" (e.g. the letters 'chr', a left parenthesis, the number 128, right parenthesis), or are you storing the € character?
If you're storing the former and simply outputting that string when you retrieve it from the DB, then it should be obvious why you're no longer seeing the € symbol.