I have to write the famous Number 3.14 but i can’t find the right ascii code for it. Well i’ve found some codes likes 277, 244 , 960 but noone ‘ve worked . Any help? ~CODE FOR WINDOWS 7~
Asked
Active
Viewed 432 times
1 Answers
0
http://www.fileformat.info/info/unicode/char/03C0/index.htm
if you hold the 'alt' key and then type 227 you will get the pi symbol. But it is not included in ASCII set of characters.
Regards

Thomas Bobek
- 126
- 1
- 8
-
I Tried this code and also all mantioned in the link for pi but nothing – Dario Birtone Oct 21 '17 at 14:28
-
are you trying to type it in an editor or do you want to write code that outputs the symbol to console, dialog box, or .... somewhere? – Thomas Bobek Oct 21 '17 at 14:33
-
you will have to use encoding like utf8 that can display chars beyond the ASCII limits – Thomas Bobek Oct 21 '17 at 14:36
-
How can i do this? – Dario Birtone Oct 21 '17 at 14:37
-
you can open the Windows character map (press Windows key, type "char", klick on list entry), search for the pi character and copy paste it into your editor. Works for notepad and notepad++ – Thomas Bobek Oct 21 '17 at 14:47
-
Ok, i ve found it thanks. It gives me even a code : U+03C0. I can i use it? When i tra ‘alt’ + ‘character’ Windows make a Bip – Dario Birtone Oct 21 '17 at 15:03