(I hope this isn't too dumb a question) When I go to this Wikipedia article: http://en.wikipedia.org/wiki/International_Phonetic_Alphabet
These 'special' phoenetic characters, such as 'ŋ' render correctly in my browser. However, when I try to use characters such as 'ŋ' in my very own website they render like this: 'Å‹'.
What I have tried so far: I found this code from the wikipedia source:
<span title="Representation in the International Phonetic
Alphabet (IPA)" class="IPA">ŋ</span> but it still renders as 'Å‹'.
In fact in this very question it is rendering correctly, what method should I use to correctly render characters like these?