I have windows XP and in any application on my computer i don't see this range, nether in IE nor in Notepad++... I become crazy...

Thank you very much for ahead.

link|improve this question

65% accept rate
feedback

migrated from stackoverflow.com Mar 21 '10 at 9:16

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 3 down vote accepted

You need a good Unicode font. For Windows, the typical examples are Arial Unicode MS and Lucida Sans Unicode. At least the first one is included in recent versions (2003+) of Microsoft Word, for instance. Free Unicode fonts include the DejaVu font family. To examine a font, use the charmap.exe utility (Win+R, write charmap, Return; or, if you use Windows Vista/7: Win, write charmap, Return). You have to select "Advanced view" and Group By "Unicode interval". Then you can select "Mathematical Operators".

enter image description here

link|improve this answer
Thenk you for answer. I posted my comment like separate "answer" – rodnower Mar 20 '10 at 14:25
feedback

Not all fonts support all characters. You probably need to find a font that has glyphs for these characters and select it manually.

link|improve this answer
I succeed to select it in notepad but failed in IE – rodnower Mar 20 '10 at 14:26
feedback

I found that in IE 8 there is no such problem, I will try to install this browser.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.