One of the modifications in the Doc patch about Tools->Reload Configuration is in the Inserting Unicode characters section. Here is the modified excerpt:
With GTK 2.10 and above, you can insert Unicode code points by hitting
Ctrl-Shift-u, then still holding Ctrl-Shift, type some hex digits representing
the code point for the character you want, then let go of Ctrl-Shift and
hit Enter or Return.
For this to work in Geany, you'll need to first unbind Ctrl-Shift-u
in the `keybinding preferences`_, then select *Tools->Reload Configuration*
or restart Geany. Note that it works slightly differently from other GTK
applications, in that you'll need to continue to hold down the Ctrl and Shift
keys while typing the code point hex digits.