Typing strange letters¿ w/o numpad?

29,517

Solution 1

For some programs that use a "Rich Edit Control" (I just tested with Word 2007 and it works), this method should work, as described here:

There is a fifth related method, but it does not actually use the numeric keypad:

HexadecimalUnicode, ALT+X

Enter a Unicode value in hexadecimal (EG: Enter 00A5 for U+00A5), then press ALT+X or ALT+SHIFT+CTRL+F12 to yield ¥. Note that this shortcut does not actually use the numeric keypad. Later versions of Word or Wordpad, or anything that uses a "Rich Edit Control". (FYI: Typing ALT+SHIFT+x converts the Unicode character preceding the insertion point to the corresponding Unicode hexadecimal value.)

  • EG: 100, ALT+X yields Ā in Wordpad but does nothing in Notepad.
  • Dr. International:
    • 'This method should work in both Wordpad on Windows XP SP1 and Word 2002 and Word 2003, but it does not work in Notepad.'

Solution 2

See this post: Three ways to enter Unicode characters in Windows

The three methods are

  1. Using Alt-X in Microsoft Word.
  2. Changing a registry setting to enable Alt-+ to work with more applications.
  3. Using the UnicodeInput application.

Solution 3

Unicode DB IME for Windows is an amazing solution!

Advantages over UnicodeInput are text based character name search with autocomplete, and that there is no need for a numPad.

The name search is a major innovation over UnicodeInput and I cannot believe that the 2020 standard MS solutions for special characters are so clunky when this exists.

It installs as an input method, where the base language is American English.
Then simply type [ctrl shift u] for unicode input, and add ['] for name search.
More details and examples available in the documentation.

Share:
29,517

Related videos on Youtube

Broam
Author by

Broam

Updated on September 17, 2022

Comments