Home » Questions » Computers [ Ask a new question ]

Easily typing unicode letters to a HTML form

Easily typing unicode letters to a HTML form

Is there a program or a key map that allows me to easily type mathematcial symbols and unicode letters such as these symbols in a web form?

Asked by: Guest | Views: 178
Total answers/comments: 2
Guest [Entry]

"Does Ctrl+Shift+U followed by hex code and Space work for you?

As demonstrated here, with Greek lambda, known from functional programming and lambda-calculus, hex code 03BB:

λ-calculus, see how I entered this below in a gif.

FWIW: it works for me on Ubuntu since 10.04, it worked on Linux Mint and on Debian (which serves as a base for both). I've tried this someday on Mac OS and it worked too (no idea which version it was). Never tried on Windows."
Guest [Entry]

"See this Autohotkey script:
http://www.autohotkey.com/forum/viewtopic.php?t=44766"