Fun with the Console

This page provides instruction on how you can have more control over the behaviour and appearance of your console programs.

Fun with the Console

Things covered in this tutorial:

In addition to my tutorial, here are some links:

https://www.geeksforgeeks.org/console-class-in-c-sharp/

Official Documentation

See Properties and Methods for details.

https://docs.microsoft.com/en-us/dotnet/api/system.console?view=net-6.0

Advanced Console Control Tutorial

Console Controls.pdf

Printing Special Characters Using Unicode Values

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: