Hi,
I am facing very abnormal issue as in iOS 11, space is getting removed between app name in iOS 11.
I have tried to get space in between app name using following steps:
- Open info.plist as Source code(right click, open as...)
- Find CFBundleDisplayName
- Replace normal space with unicode
 
But  
is displayed as a double space in the Settings app on iOS 11 and the Home screen on iOS 9 & 10.Thnaks in advance.