Unix Codes for Diacritics

Could someone please correctly tell the codes to use on Unix operating systems to produce the below diacritics:

A 
 = Unicode Character 'LATIN CAPITAL LETTER A WITH MACRON' (U+0100) 
a 
 = Unicode Character 'LATIN SMALL LETTER A WITH MACRON' (U+0101) 



D 
D = Unicode Character 'LATIN CAPITAL LETTER D WITH DOT BELOW' (U+1E0C) 
d 
d = Unicode Character 'LATIN SMALL LETTER D WITH DOT BELOW' (U+1E0D) 



H 
H = Unicode Character 'LATIN CAPITAL LETTER H WITH DOT BELOW' (U+1E24) 
h 
h = Unicode Character 'LATIN SMALL LETTER H WITH DOT BELOW' (U+1E25) 



I 
 = Unicode Character 'LATIN CAPITAL LETTER I WITH MACRON' (U+012A) 
i 
 = Unicode Character 'LATIN SMALL LETTER I WITH MACRON' (U+012B) 



L 
L = Unicode Character 'LATIN CAPITAL LETTER L WITH DOT BELOW' (U+1E36) 

l 
l = Unicode Character 'LATIN SMALL LETTER L WITH DOT BELOW' (U+1E37) 

L 
L = 004C LATIN CAPITAL LETTER L 0310 COMBINING CANDRABINDU - UniView 
l 
l = 006C LATIN SMALL LETTER L 0310 COMBINING CANDRABINDU  - String analyser 



M 
M = Unicode Character 'LATIN CAPITAL LETTER M WITH DOT ABOVE' (U+1E40) 
m 
m = Unicode Character 'LATIN SMALL LETTER M WITH DOT ABOVE' (U+1E41) 



N 
� = Unicode Character 'LATIN CAPITAL LETTER N WITH TILDE' (U+00D1) 
n 
� = Unicode Character 'LATIN SMALL LETTER N WITH TILDE' (U+00F1) 

N 
N = Unicode Character 'LATIN CAPITAL LETTER N WITH DOT BELOW' (U+1E46) 
n 
n = Unicode Character 'LATIN SMALL LETTER N WITH DOT BELOW' (U+1E47) 

N 
N = Unicode Character 'LATIN CAPITAL LETTER N WITH DOT ABOVE' (U+1E44) 
n 
n = Unicode Character 'LATIN SMALL LETTER N WITH DOT ABOVE' (U+1E45) 



R 
R = Unicode Character 'LATIN CAPITAL LETTER R WITH DOT BELOW' (U+1E5A) 
r 
r = Unicode Character 'LATIN SMALL LETTER R WITH DOT BELOW' (U+1E5B) 

R 
R = Unicode Character 'LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON' (U+1E5C) 
r 
r = Unicode Character 'LATIN SMALL LETTER R WITH DOT BELOW AND MACRON' (U+1E5D) 



S 
S = Unicode Character 'LATIN CAPITAL LETTER S WITH DOT BELOW' (U+1E62) 
s 
s = Unicode Character 'LATIN SMALL LETTER S WITH DOT BELOW' (U+1E63) 

S 
 = Unicode Character 'LATIN CAPITAL LETTER S WITH ACUTE' (U+015A) 
s 
 = Unicode Character 'LATIN SMALL LETTER S WITH ACUTE' (U+015B) 



T 
T = Unicode Character 'LATIN CAPITAL LETTER T WITH DOT BELOW' (U+1E6C) 
t 
t = Unicode Character 'LATIN SMALL LETTER T WITH DOT BELOW' (U+1E6D) 



U 
 = Unicode Character 'LATIN CAPITAL LETTER U WITH MACRON' (U+016A) 
u 
 = Unicode Character 'LATIN SMALL LETTER U WITH MACRON' (U+016B) 

I need to find this for a project/coder's question?

Best,

Meeu

Does this help?


UTF-8 and Unicode FAQ for Unix/Linux

This text is a very comprehensive one-stop information resource on how you can use Unicode/UTF-8 on POSIX systems (Linux, Unix). You will find here both introductory information for every user, as well as detailed references for the experienced developer.

Unicode has started to replace ASCII, ISO 8859 and EUC at all levels. It enables users to handle not only practically any script and language used on this planet, it also supports a comprehensive set of mathematical and technical symbols to simplify scientific information exchange.