Sometimes the paragraph will not break properly with no blank codes. How to set break automatically?

Here is example code:
\documentclass{article}
\begin{document}
Like this, the code without blanks can case this issue.
Size(func(list(V)))<Size(list(V))Size(func(list(V)))<Size(list(V))Size(func(list(V)))<Size(list(V))Size(func(list(V)))<Size(list(V))Size(func(list(V)))<Size(list(V))Size(func(list(V)))<Size(list(V))
\end{document}
\hspace{0pt}at that location; that should permit a break there. – barbara beeton Apr 21 '22 at 01:33\hspace{0pt}won't force a break, but will permit one, so it's not as likely to require a manual adjustment if you add words or change the font size. The particular content you've got is really hard to control (from a "western" point of view). You might get better advice from someone used to setting han scripts. – barbara beeton Apr 21 '22 at 02:25