I have some XML text that I wish to render in an HTML page. This text contains an ampersand, which I want to render in its entity representation: &.
&
How about using the unicode \u0026? Works for me in my android XML files. If problems arise, someone let me know.
\u0026