Entering Unicode characters by name

input-methodunicodeuser interfacex11

Emacs has the insert-char feature: You press a key combination and get a menu containing all Unicode characters with search similar to dmenu and most DE's program launchers.

For example, to enter "∃" (THERE EXISTS), I type <Ctrl-x> 8 <Enter> exists <Enter>.

Is there something similar that works in all X11 programs?

Best Answer

I would think Autokey would do the job as described here. The idea is that Autokey is always running and can accept arbitrary strings as triggers.

As the post describes, you just need to set up Autokey to paste unicode characters and as a trigger it could accept something like /delta, which it then replaces with a δ.

Related Question