I want to create a console application for phasor* addition in C.
I want C to display the ∠ symbol. I don't know how to make C to display UNICODE.
I simply tried printf("∠");
but it printed a question mark in a box.
I'm using MinGW.
Thanks in advance.
*phasor is an AC electric topic.