I am adding tick mark (✔) on a string message on the strings.xml, but I am getting a \"box\" instead of the tick mark when I am display that on the mobile device.<
strings.xml
Add unicode symbol "\u2713" to your string resource or you can use it from code as String object.
"\u2713"
String checkedMark = "\u2713";