Does anyone know if \\u200b should be working on Android as a zero width space that functions as a line break if the TextView length is exceeded by the text of the TextView?
If you only want to control the presentation in a browser, you might try a zero-width inline class in CSS:
.zw { display: inline-block; width: 0; }
Then, in the HTML:
abc 123