Major special characters problem!

I’m using this code:

on (press){
   System.setClipboard("\u0104");
}

but it’s still not pasting the correct symbol ( Polish letter). Any idea what I need to do in order to get it to paste correctly?