The issue
When writing a message, the presence of a single character not supported by Bedrock's font results in the entire message changing font.
Examples
[media][media][media][media][media][media]
Since the unicode font is very hard to read (MCPE-15191), this presents an accessibility issue.
Expected behavior
Only the unsupported character should change; the rest of the message should use the correct font.
[media][media][media]
How to reproduce
Type any normal english message into chat.
Now paste in this character: 胧
Observed result: the entire message swapped to the unicode font
Expected result: only the pasted character should use the unicode font
I don't mind if this is revisited, but it seems to me to be a duplicate MCPE-4534
Can be linked to MCPE-15191 for ease of tracking