I am using TweetSharp to send tweets with vb.net
I can send text tweet from code,there is no problem.
But i want to send text with emoji .
I have checked google but there isn't example.
For example i want to use this emoji with my text
Dim oOptions As New TweetSharp.SendTweetOptions
oOptions.Status = " Hello Twitter "
Dim Status As TweetSharp.TwitterStatus = Nothing
Status = TW.SendTweet(oOptions)
When i try to send this; its look like ; �� Hello Twitter ��
How can i write text with emoji?