I am using the input field to display Unicode characters. It displays fine for characters that are four or fewer hexadecimal digits, such as:
However, it will not display characters such as:
I verified that my font contains the higher-code-point characters. I can see them in the font (using “Font Book”), but they don’t display in Unity. I need to be able to display the higher-code-point for my application. Thank you for your help!
It looks like fixing this issue requires updating our internal font rendering backend (I don’t think unity has ever supported this). Because of this it’s unlikely the issue will be fixed before we rewrite text rendering.