I am trying to make a program which prints out emoji. However, it won't let me insert an emoji in the SDK, and the \u doesn't allow for enough characters to use an emoji. Is there any simple way to do this?
All of the online solutions seem to refer to a StringBuffer. Is there any way to do this without a StringBuffer? If not, how would I use this?