> Does that help if those characters appear in the string?
Yes, that's the whole point.
«With balanced quotes you can have «embedded strings» without escapes»
The only time that doesn't work is if you want to embed a quote character as a character rather than as a string delimiter. But that is extremely rare.
There are also “different styles” of balanced quotes to choose from, so you can embed a quote character of one style inside a string delimited by a different style.
There will always be perverse situations where a backslash is needed. But you can make them much less common with balanced quotes.