How to configure ttf font files in Dear Imgui to display Chinese characters normally?

I installed it in Unity2023 uimgui, ASCII characters can be displayed normally, but whether it is directly ImGui.PushFont function in the code or configuring Font Atlas Configuration in Unity, Chinese cannot be displayed, Make sure the path is correct, the ttf file contains Chinese font, So may I ask how to correctly configure the font file to ensure that Chinese can be displayed normally?

I tried adding ImGui directly in the code PushFont ttf file, but not working. Another Font Atlas Configuration component has been added, with the connection configuration placed in the ttf file of Assets/StreamingAssets/Fonts, and then set to the ImGuiScript component object, The final failure cannot display Chinese. I hope you can tell me how to correctly configure the font file so that the dear imgui in Unity can display Chinese fonts normally