I would like to type some specific characters after using xmodmap to map them.
For example, the ⅒ character (Numeric value: 0x2152).
I would like to change a keyboard button to type ⅒ like so
xmodmap -e "keycode 56 = 0x2152" #Would like it to type "⅒"
However, this does not work. An example using the pound sign works:
xmodmap -e "keycode 56 = 0x023" #Types "#"
Is there anything I can do to get this to work, or who can I contact to get this to work?