[Solved] FontManager::AddNewEntry character missing warning case?

Case is not consistent, but I occasionally meet following font glyph error while compiling project:

[ 00:19:21.906 ]: [Warning] Font Inconsolata doesn’t contain character \u6db6, consider choosing another font.
[ 00:19:21.906 ]: [Warning] Font Inconsolata doesn’t contain character \u1b6d, consider choosing another font.
[ 00:19:21.906 ]: [Warning] Font Inconsolata doesn’t contain character \u630c, consider choosing another font.
[ 00:19:21.906 ]: [Warning] Font Inconsolata doesn’t contain character \u5555, consider choosing another font.
[ 00:19:21.906 ]: [Warning] Font Inconsolata doesn’t contain character \u1555, consider choosing another font.
[ 00:19:21.906 ]: [Warning] Font Inconsolata doesn’t contain character \uef0d, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \u6e76, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \u76e7, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \ue44e, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \uffff, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \u2725, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \ufd8f, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \u8fd8, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \u80fd, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \u5858, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \ud858, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \uffb5, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \udb0d, consider choosing another font.
[ 00:19:21.907 ]: [Warning] Font Inconsolata doesn’t contain character \u5455, consider choosing another font.

As far as I know, I don’t use Inconsolata font inside project nor editor UI.
I can’t see any broken characters both inside game and editor log, so wonder where this warning came from. is there anything I missed to check where the font used?

I believe that Inconsolata font is used for the output log text. It seems like maybe you are trying to log a symbol that does not exist in that font?

Thank you for hint! I found it.
Missing characters might be from filenames using non-ascii characters.