Emoji to Hex value in ios

2019-07-03 22:50发布

问题:

I want to know how to convert the emoji to hex value.That is for the smiley having 'SMILING FACE WITH OPEN MOUTH AND SMILING EYES' (smiley corresponds to :) ) I should get "1F604"

回答1:

Is this what you are looking for?

NSString *smiley = @"              
                            
标签: ios emoji