I want to show the \"♫\" character in an Android TextView, but it shows [] instead.
This is my code:
txtCatname.setText(\"♫\");
If nothing else helps, you can either:
use a custom font (e.g. http://www.tutorialspoint.com/android/android_custom_fonts.htm or Add custom font for complete android application ) or
add an image: How to add image in a TextView text?