Accented Characters and Ligatures
|
If you cannot find the desired character, you can create one using the following combining accents:
Combining accent HexCode Numeric entity Example
Grave accent \u0300 ̀ document.write('à') //
Acute accent \u0301 ́ document.write('á') //
Circumflex accent \u0302 ̂ document.write('ê') //
Tilde \u0303 ̃ document.write('ã') //
Macron \u0304 ̄ document.write('ā') //
Breve \u0306 ̆ document.write('ă') //
Dot \u0307 ̇ document.write('ż') //
Diaeresis (umlaut) \u0308 ̈ document.write('ä') //
Hook \u0309 ̉ document.write('ả') //
Ring \u030A ̊ document.write('å') //
Double acute \u030B ̋ document.write('ő') //
Caron (haček) \u030C ̌ document.write('ž') //
There are over a hundred combining accents spanning the Unicode range from \u0300 to \u036F.
See also:
Copyright © 1999-2011, JavaScripter.net.