How do I type the ligature œ into the international keyboard [closed]

I'm using the international keyboard to type in diacritics and accents (for French). I can type just about everything except the ligature œ. Does anyone know how to do this in the international keyboard without using the alt code?

á é í ó ú ç ö

but no œ :(.

Edit: Since this is a Famous Question (10,000+ views) and the Windows International Keyboard doesn't have the œ character, we can assume the OP meant the OS was Windows.


Solution 1:

Although the character is not present on the US-intl keyboard on Windows, if you have a number keypad you can type it using Alt + 0140 and Alt + 0156 for the uppercase and lowercase letters respectively.

Solution 2:

Œ and œ can be inputted using the US International keyboard with the combination AltGr+X or AltGr+x respectively.

As a comment reports, the above quotation was removed from the Wikipedia article on 25 July 2012. It is not clear whether AltGr+x=œ was always untrue or whether the behaviour changed to accommodate the use of Alt+x to convert preceding four hex characters to a single Unicode character.

Some applications provide support for entry of characters beyond the simple accented Latin-1 characters.

In Microsoft Word, "œ" is entered using ctrl + shift + & then o in quick succession. Some word processors such as MS Word can automatically correct French words like soeur to sœur, but in most other applications (e.g. an instant messenger, or a browser) the word will not be corrected.

In Vim (text editor), use Ctrl-K then 'o' then 'e' in succession. (or 'O' and 'E' for upper-case).

Vim has a very good and extensible set of digraphs. You can also use it as a text editor in web-browsers by means of the ItsAllText plugin or TextAreaConnect, thus bringing digraphs to web-applications.

Quotes are from Wikipedia