using jQuery here, however unable to prevent numbers from being typed into the input field
http://codepen.io/leongaban/pen/owbjg
Input
Short ONELINER:
For all unicode letters try this regexp: /\p{L}/u (but ... this) - and here is working example :)
/\p{L}/u