Once you've found the Character Map, find the character you need and click
on it. Then look at the bottom line of the Character Map screen, where the
ASCII or Unicode number is shown, along with the name of the character. If
this: ? is the "inverted e" you are looking for, note that the bottom line
says, "U+01DD Latin Small Letter Turned E". I found it in the Arial font,
on the top line of the 3rd page of characters. You can Copy this character
(either click on Copy or use the standard <Ctrl><C>) and Paste it into your
text.
But this is as far as I can go. I know how to enter ASCII (<Alt>+<number>),
but I don't know how to key in Unicode.
If you have the decimal value, it's Alt-number. If you have only the
hex value, it's not hard but you need to do a Registry edit. My page
http://oakroadsystems.com/tech/winxptip.htm#Unicode
explains how, and I've just now confirmed that it works in Win 7 too.
I'll add it to my Win 7 page Real Soon Now.
1. Open the Regedit program and confirm the elevation of privilege.
2. Navigate to
HKEY_Current_User\Control Panel\Input Method
3. If you see EnableHexNumpad there, set it to 1. If you don't, then
in the right-hand panel right-click and select New » String Value,
enter the name EnableHexNumpad, and give it a value of 1.
4. Close Regedit, log off, and log back on. It is not necessary to
reboot, despite what my page says.
To enter the character, such as U+00F6 for the Swedish letter ö,
a. Press and hold the Alt key.
b. Press and release the + key on the numeric keypad. It must be the
numeric keypad.
c. Still holding down the Alt key, type the four-character hex
number, using the regular keyboard.
d. Release the kraken, I mean the Alt key.
It may be easier to use a utility program like AllChars (which I've
tried) or UnicodeInput at
http://www.fileformat.info/tool/unicodeinput/index.htm
(which I've not tried). If you use a few characters frequently, you
can make custom input sequences for them with the wonderful
Autohotkey program.