How to print an unsigned char in C? February 22, 2023 by Tarik Declare your ch as unsigned char ch = 212 ; And your printf will work.