I have a normal binding like this {{foo}} and it displays foo\'s value as text in the HTML. The text that comes from the server is \"R&D\"
{{foo}}
\"R&D\"
Base on accepted answer, I made an sample used
I shared for whom concern.
TS file export class AppComponent { cubicSymbol = 'm²'; } HTML file Symbol:
https://stackblitz.com/edit/angular-display-symbols