This page provides instruction on how you can have more control over the behaviour and appearance of your console programs.
Clearing the console
Text and Background colors
Delays
Sound effects
Printing Special Characters (video tutorial)
In addition to my tutorial, here are some links:
https://www.geeksforgeeks.org/console-class-in-c-sharp/
See Properties and Methods for details.
https://docs.microsoft.com/en-us/dotnet/api/system.console?view=net-6.0
This only works using True Type Fonts.
The program that allows you get the unicode values can be opened by typing "charmap" in the Start Menu.
Here is a link to unicode characters:
https://www.rapidtables.com/code/text/unicode-characters.html
Watch this video for details: