Skip to content

Instantly share code, notes, and snippets.

@prime31
Created October 5, 2012 21:36
Show Gist options
  • Save prime31/3842558 to your computer and use it in GitHub Desktop.
Save prime31/3842558 to your computer and use it in GitHub Desktop.
uint codePoint = UInt32.Parse( new string( unicodeCharArray ), System.Globalization.NumberStyles.HexNumber );
s += Char.ConvertFromUtf32( (int)codePoint );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment