asked
[MMORPG Game Development Series with C# and Unity] Part 2: Data Structures and Algorithms
Settings
Resolved
Written on
·
558
0
'\u25CF' 나 '\u25cf' 를 못알아듣고 물음표로만 출력되는데, 어떡해야 할까요?
Answer 4
1
Console.Write을 하기 전에 위에 어딘가에서다음과 같은 코드를 추가해보시기 바랍니다.Console.OutputEncoding = System.Text.Encoding.Unicode;
동그라미로 잘 나옵니다. 감사합니다.
시도해봤는데 나오지 않네요...
https://www.fileformat.info/info/unicode/char/25cf/index.htm직접 ●을 긁어와서 코드에 '●' 복붙해도 안나오는지 확인 바랍니다.