When using the Instagram API, the response that I got when the string contains emoji's and new lines is the following string of text:
\ud83c\udf00 New ReadyStock \ud83c\udf00 EAR-EL380 : Rp 55,000\n\nOrder thru : BBM \/ LINE\n\n#premiumaccessories #accessories #marpaungs #jewelry #jualanku #jualankaka #trustedseller
For some reason webstagram is able to show this nicely on their website as can be seen here. How do I parse this string along with the new lines and stuff so I can get something formatted correctly with the new lines and everything?