if I run this code in a wpf app
TextBox1.Text = trueContent; //trueContent = "\u5929\u554a"
the testbox will only show the "\u5929\u554a" but if i run the below code
TextBox1.Text = "\u5929\u554a";
I will get the right result so what is the difference between a literal string and a variable string writing in unicode