I need to show a string that includes "n°######" where # represents random numbers.
Chrome and Safari sometimes separate the word between n and ° as needed. Firefox, on the other hand, does not do this.
Does anyone have any suggestions on how to prevent this issue considering that the usage of the word-break
property will not solve it?