I try using the XTest extension of the X server. The XTestFakeKeyEvent function expects a keycode. As long as the Unicode character in question is assigned to one of the keycodes I have no problem at all.
The only option I have found so far is changing the mapping and assigning the Unicode character to one of the unused keys.
Is there any - hopefully more sophisticated - option available? Not necessarily using XTest. Custom input method? Direct XInput event injection? If so, how?
Thanks
UPDATE:
Just to clarify: I need to enter the characters from a program and I have to be prepared for all unicode characters.
I am looking for a solution like this.