Showing space .navigationTitle leads to unexpected results.

I wanted to set navigationTitle value to space symbol on my iOS app (Swift 6, iOS 26.0) (so that navigationBar opens in large mode initially before the actual value is being fetched).

In my view I used this:

.navigationTitle(" ")

And on device I got unexpectedly two quote symbols:

Not sure if there is space in between, and the symbols look like opening and closing quote (both quotes in code I think are the same symbols) - so probably it's not part of my code is visible in UI as one might think... . Is this a bug? Or undocumented feature?

Showing space .navigationTitle leads to unexpected results.
 
 
Q