Chinese Character Unicode Range Problem

Hey community:

I am making a game that involve some chinese character. When I watched some youtube video and create an offline font cache. Then enter ‘3000-303F’ ‘4E00-9FFF’ inside the unicode range. However, it import many many other chinese character and still can’t display my character. It only work when I just enter 4E00-9FFF but it will lose all the punctuation marks.

What should I do? It only work when I am using the font that support chinese and manually type the test chinese word as char. But I need more character, do I just manually type the characters I need inside the chars? It’s just too many character in chinese to do that.

Thank you.

Ver: 4.26

=====Edit======

I enter some custom chars but all the default ASCII are missing. How to fix that?