The soft enter is applied e.g. in MS Word as Shift+Enter, and can be reproduced programmatically using \v
var test = "This is a\vsoft enter";