Is it possible to add a copyright symbol or other ‘special’ symbol in any way in a C# console application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
works for me flawlessly. Regardless of whether the console window is set to raster fonts or Unicode.
If you want to output Unicode, you should set the console output encoding to UTF-8 or Unicode.
or
And if you want to stay clear from source code encoding issues you should specify the character code point directly: