Use an ampersand in the App name

Is there a way to use an ampersand “&” in the App name without it being converted to “&”?

The business I’m making this for is something like “B&A” for short or “Bob & Associates” when fully writing it out. They don’t use the word “and” always an ampersand.

The HTML sanitizing keeps altering the “&” portion on me and I can’t seem to find a way to escape it so it unsanitizes it when it displays it back as the Title in the header of the app and it also shows “&” in the document title that shows on the browser tab.

Have you tried using “&amp” or “&#38” ?

The opposite is happening. If I only put in the & character, it’s displaying as “& amp”. If I put in the HTML safe version it double expands.