I am trying to add emoticons/emoji in Snackbar/Toast notification. Do this emoticons need to be image resource or Unicode character. I am getting string output when i use unicode character from following website Unicode Character Website.
Snackbar.make(findViewById(android.R.id.content), \U+1F601 + "Done", Snackbar.LENGTH_LONG).show();