So for those who might be interested in such things... Here's a page with some ways to install support for typing IPA characters. Windows, Ubuntu, and Mac OS all listed. Totally useful for those who might work with IPA given the option.

http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=uniipakeyboard

Additionally, here's a page listing the decimal and hexadecimal codes for each of the IPA characters in the Unicode spec. On Windows, you can hold Alt, type the Decimal number on the number pad (*not* the row of numbers above the letter keys, sorry), and then release Alt between characters. The hexadecimal numbers are useful in HTML, where you can use &#____; to get the same result online.

http://www.internationalphoneticalphabet.org/ipa-charts/ipa-symbols-with-unicode-decimal-and-hex-codes/

And of course, you should be able to simply copy/paste the characters from that page if you like.

Or, to do it slightly faster, use one of these online "keyboards" (they require both Internet access and clicking/tapping on the screen to work).

Using HTML buttons: http://ipa.typeit.org/full/

Using a "clickable" IPA chart: https://westonruter.github.io/ipa-chart/keyboard/

Oops! Correction:

You'd use the DECIMAL values in &#____; - the hexadecimal values are &#x____; !!!