Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个在 Windows 中重新创建 CMD 的控制台应用程序。我想支持电力线字体,但找不到用于显示箭头的标准字符。是否有包含所有默认箭头类型的列表?谢谢!
我做了更多的研究,所以显然你需要在控制台窗口中启用 unicode: Console.OutputEncoding = System.Text.Encoding.UTF8;,然后你可以使用 unicode 符号。
Console.OutputEncoding = System.Text.Encoding.UTF8;