Is there a way to insert   in text? Using...
# compose-web
g
Is there a way to insert   in text? Using a leading or trailing space in the Text() function doesn't work, and if using
Copy code
Text(" ")
it gets rendered as   That's not an unreasonable thing to do - but how can I insert a non-breaking space?
e
"\u00A0"
?
g
yes, that works! Thanks.
a
@Oleksandr Karpovich [JB], @[JB] Shagen, i think we need more convenient util here. Something like
Nbsp()
or/and
SpecialSymbols.nbsp
137 Views