Problem changing a price with dollar sign to the span

The default price-number is $1200
When I change the number with the $ sign it doesn’t change it. Only when I add a number without the $ sign.

How can I change the number with a dollar sign to it?

@Stolichnaya

You’ll need to escape $ sign with \, because of the variable system.

So just put \$35 in your case