OK, just to stop you all driving Brookler nuts, here is the complete method of getting any character you want on the screen: go to
http://www.unicode.org/charts/charindex.html and find a description of the character you want and it will show the unicode number for this character - in hexadecimal, unfortunately. (If you want to brush up on hexadecimal arithmetic, you might want to start with Tom Lehrers 'new math' on youtube, as discussed in an earlier thread.) You can use the windows calculator (all programs - accessories) to convert hexadecimal to ordinary decimal. Put the calculator in scientific mode. Click on the hexadecimal 'radio button'. Type in the unicode character from
http://www.unicode.org/charts/charindex.html (you can ignore any leading zeros). Now click on the decimal radio button, and the number will change to decimal. Put back enough leading zeros to make four digits, and you have the number you need for Brookler's method.
This way, v-dog can give us quotations in the original cyrillic, though it might take him a little time.
One question for Brookler (or anyone else): is there a way of entering the hex value instead of having to use the calculator?