In China, the QQ number is like the ID card number of a young man. It can send emojis. Do you want to add emojis to your programs? In fact, the iPhone SDK has this function.
Nsstring * s = @ "this is a smiley/ue415 face"; self. facetext. Text = s;
Correction:
Nsstring * s = @ "this is a smiley \ ue415 face"; self. facetext. Text = s;
The above code shows the smiley face. testface is an iboutlet. Try it.
Why? Because the iPhone contains Japanese fonts and supports the Unicode emoji character set.
For more smiley face symbols, see smiley face.
See: Click to open the link
Nsstring * s = @ "this is a smiley/ue415 face"; self. facetext. Text = s;
Correction:
Nsstring * s = @ "this is a smiley \ ue415 face"; self. facetext. Text = s;
The above code shows the smiley face. testface is an iboutlet. Try it.
Why? Because the iPhone contains Japanese fonts and supports the Unicode emoji character set.
For more smiley face symbols, see smiley face.
See: Click to open the link