Use display width in precision. For example: ```c++ fmt::print("{:.5}", "π±π±π±"); ``` should print ``` π±π± ```