apologies if this is silly. How do I print a Unicode character, say \u20ac using an integer? So, instead of Console.WriteLine("\u20ac");, I would like to pass the integer 8364.
Thanks.
apologies if this is silly. How do I print a Unicode character, say \u20ac
Share
Just cast the number to
charwhich represents a UTF-16 code point: