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.<
Check this android's group thread: Supported unicode characters.
Instead of using an unicode value, I would also recommend you to use a Drawable inside a TextView. For example, you can add the drawable to the TextView using android:drawableRight.