This page converts most (but not all) International Phonetic Alphabet symbols into Unicode (UTF-8) Entities.
NB: Use of this page requires a browser which is JavaScript™ complient and a computer which has Unicode fonts installed. You have a suitable Unicode font installed if you can see a schwa (upside-down letter e) in the next line:
ə
It is highly recommended that you use a recent browser to view this page. There may be unexpected results in older browsers and/or older operating systems, since these may not correctly support Unicode.
You may choose to cut-and-paste the output as HTML code for use in websites or as normal characters for use in your favourite word-procesor. If you do use it on a website, don't forget to put all IPA text inside paragraph tags <p> and that you need to include the following in the <head> section of the page:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> <!-- p {font-family: "Arial Unicode MS", "Lucida Sans Unicode"} --> </style>
My thanks to Gail Treves-Brown for helping debug some bits of this code and the associated stylesheet.