My blogging friend Paul Steinbrueck has just written a post detailing some of the many special characters available to those of us that use computers.
It’s an excellent post – really.
In my opinion (small though that is) it could have been an awesome post by the addition of telling folks how to access these characters via keyboard or other shortcuts.
Here’s my remedy to that:
In a Windows Environment:
1. Use charmap – in the run box simply type charmap and you’ll see a popup box. Change the font to reflect your current usage and hover over the character you want. From there it’s either use the indicated keys – e.g. ALT+0174 gets you ® or select | copy | paste
2. If you know the key combinations then simply type them. Using the above example of ALT+0174 simply means to press and hold the ALT Key (the left hand one) whilst typing 0174 on your numeric keypad.
In an Apple Mac Environment
1. First ensure you have the “character palette” ticked on. Open up ‘system preferences’ and go to your ‘international’ options. Under there click on the ‘input menu’ tab and finally select the palette(s) you want.
After that any application that allows adding characters will present you with an ‘international flag’ in the top right of your top toolbar. Simply click that to access the palette(s).
2. The character palette can also be summoned at any time using Command-Option-T
To the best of my knowledge only some of the characters can be typed directly in the way you can in Windows – one such is my above example of ® which on a Mac is Option+R.
If you happen to be someone who spends time in both environments and are looking for a consistent approach then try popchar from Ergonis. It isn’t particularly cheap for what it is but it does work in Mac and Windows and will give you that consistent look and feel. They also do a trial version.
- do you have other ways of doing this?
- what about in a *nix environment?
- or do you not use special characters?






A short contribution for those that use neither Microsoft nor Apple systems.
there is a tool called GTK+ (a cross-platform widget toolkit for creating graphical user interfaces).
Since GTK+ is based in the C programming language, many *nix systems will use it. This includes variants of BSD, Solaris and many flavours of Linux.
characters are initiated in GTK+ by typing Ctrl+Shift+u followed by a sequence of alphabet characters (a-z). The character is finally displayed when you hit the Return key to terminate the sequence.
For example "Ctrl+Shift+u f e" gives you the lowercase Old Norse thorn character þ. I don't know what the GTK+ key mappings are for the above mentioned characters, but it may be worth looking them up :)
Thank you son.
In fact what you refer to is "unicode" codes. I did know about those but felt they were too complicated. First as you state you need the key sequence and then you need to know what unicode set (http://www.unicode.org/charts/) your particular key comes from …. have a look at the linked page and you'll see 100's of code sheets!
Fairly makes the mind boggle.
Between Command+Option+T and the quick Command+(whatever), I'm a fan of the mac version. But hey, that's just me. Sorry I don't know any other tricks for it…