How to get glyph unicode representation of Unicode character?

There are lots of tools for this like ICU, Charmap and the rest. I myself recommand unicode.codeplex.com it uses Unicode Character Database to represent characters.

There are lots of tools for this like ICU, Charmap and the rest. I myself recommand unicode.codeplex.com, it uses Unicode Character Database to represent characters. Note that unicode is just some information about characters and never spoke about representation.

They just suggest to implement a word just like their example. So that to view each code you need Standard Unicode Font like MS Arial Unicode whichis the largest and the best choise in windows platform. Most of the characters are implemented in this font but for new characters you need an update for it (if there are such an update) or you can use the font which you know that it implemented your desire characters.

Your interpretation of what is happening in Uniscribe is not correct. Once you have glyphs the original information is gone there is no reliable way to go back to Unicode. Even without going to Arabic, there is no way to distinguish if the glyph for the fi ligature (for example) comes from 'f' and 'i' (U+0066 U+0069) or from 'fi' (U+FB01).(fileformat.info/info/unicode/char/fb01/i...) Also, some of the resulting glyphs do not have a Unicode value associated with them, so there is no "Unicode of what is actually displayed.

Mihai-Nita @Nasser-Hadjloo See this scree shot in the above image you can see that I typed one character twice so windows convert the right one to different shape to match its location as word initial. Although of that after convert to Unicode I still get one unicode twice although I have 2 different unicodes for these glyphs. Even I can past the new equivalent unicode and I will get the same string.

Think with me what mess will happen if I am comparing two strings – esaesa May 29 '11 at 21:16.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions