How can I display unicode characters in Compose Mu...
# compose
h
How can I display unicode characters in Compose Multiplatform on the web? For strings in languages that use unicode characters (Russian, Hindi, Arabic etc) it just displays blocs with an X on web.. (For Android it displays fine.)
c
Provide a font that supports those characters. Search in this channel and #C01F2HV7868 how to do it.
h
Thanks! I will check it out