Currency Sign issue

Hello,
I’m using currency sign in my project ( in this case NIS - ₪ ).
It works fine when using it inside the editor, but when packaged it disappears and shows weird sign.
I’m using ‘AsCurrency’ blueprint node.

Does anyone have a solution? tried to look it up and found nothing.

Thank You.

It’s likely that your font doesn’t support that character, and that the fallback fonts used in the editor are hiding the issue (4.22 will make this clearer, as the font preview has been fixed to no longer use fallback fonts).

You can find more information about authoring fonts here: Font Asset and Editor in Unreal Engine | Unreal Engine 5.1 Documentation