Hi Roberto,
The basic Windows Alt-keyboard method only works for characters number less than decimal 255 in your Windows code page (if you enter the number with a leading zero), and for any characters in your DOS code page (if you leave
off the leading zero). If you try to type larger values the characters start wrapping, so that character 256 counts as character 0, 257 counts as character 1, 258 counts as character 2, and so forth. You won’t get anywhere near where you want that way.
If you are using Microsoft Office, then the Alt-keypad method is enhanced and you can enter larger numbers and get any Unicode character. Note that you must enter the corresponding decimal value for the Unicode hex value,
that is, for U+0906 you would hold down the Alt key and enter on the pad: 2310. If you were using Word but wanted to enter the character elsewhere, say into a forum page, you could then copy and paste the resulting character into the other application.
There are 4 methods to enter Unicode characters in Microsoft Windows
Method 1:
This method works regardless of any of your language settings, but is the most cumbersome to type.
1.Press and hold down the Alt key.
2.Press the + (plus) key on the numeric keypad.
3.Type the hexidecimal unicode value.
4.Release the Alt key.
Method 2: Input-language Specific
This method depends on the specific input language you are using.
1.Press and hold down the Alt key.
2.Type 0 (zero) and the decimal Unicode value on the numeric keypad.
3.Release the Alt key.
You can check which input language you are using in the "Control Panel"
Method 3: Code-page Specific
This method depends on the specific code page you have installed.
a. Press and hold down the Alt key.
b. Type the decimal code page value on the numeric keypad. Do not type any leading zeros.
c. Release the Alt key.
You can see which code page you have by typing chcp at a command prompt. Check the grid for your code page from the list of known code pages to see what characters you can enter this way.
Method 4: Application-specific
Applications can support their own methods. These are not standardized.
Several Microsoft applications, including WordPad and Microsoft Word:
Press Alt-X after typing some hex digits. You see the digits as you type them, and they're replaced by the Unicode equivalent. Pressing Alt-X again converts it back to numbers.
Also for Windows **** Alt 0178 is a hexadecimal equivalent for
SUPERSCRIPT-TWO.