C# Character
Used to store an unsigned single character. In c# Char supports both ASCII and UNICODE characters. We can store any character in char data type such as (āLā,’$’,’4′) etc. Char uses single quotations for store a character. DATA TYPE WIDTH IN BITS RANGE char 16 0 TO 127