I need to get emoticon's code in format like 1F600 or 128512. It's just a symbol in my string now.
I found that emoticons described in Uniicode encoding, but CharUnicodeInfo.GetNumericValue seems not working.
How can i do this?
Ok
var q = CharUnicodeInfo.GetNumericValue(text[0]);
where text[0] holds emoticon (in debug view it's just a picture) returns -1