Quick keyboard shortcut tip for the EURO € symbol.
I see that many people are still not aware of the various ways to insert a euro € symbol into their various e-mails, blog posts, IMs etc. and so I’m hoping that these tips will help somebody out there. If you are one of those people, read on!
As I constantly have two operating systems running at the same time, mainly Fedora Core 13 and Windows XP, the way that I have found works nicely in both is quite simply to hold down the Alt key which is to the right of the spacebar, then hit 4 which is typically also where the dollar $ symbol is on my keyboards.
If you are on Windows however and the above tip does not work for you for some reason, try the next one. Again, hold down the Alt key which is to the right of your keyboard and then on your numeric keypad, type 0128 and then release your Alt key.
Let me know if this works for you.
Related posts:

Works like a charm on Win7, AltGr+4 OR Ctrl+Alt+4 == €
That’s something I don’t really use all that often. On those rare occasions that I need it, I either just type EUR or google ‘euro’ and copy-paste the character from the search results.
Right Alt won’t work for me either, because I have it mapped to keyboard layout switch.
Your post made me look for how to do the character in Vim, which is my default editor. Turns out, it’s pretty easy. Vim comes with something called digraphs (“:help digraphs” for more information). Inserting euro sign with digraphs is as easy as pressing Ctrl-K and then “=e”. You can find more digraphs with “:digraphs”.
Now I can copy-paste euro sign from my Vim rather than from Google search results.