Scala REPL
Scala, 32 29 bytes
+"Happy new year to you!".sum 34 29 characters.Try it online!
+"Happy new year to you!".sum Well ok if you really want it golfed with any chars, you can use:
'@'*' '-'"' Scala, 11 bytes
'@'*' '-'"' "{yz}"map(_-'I'toChar) Scala, 22 bytes
"{yz}"map(_-'I'toChar) which have 11 and 22 chars respectively.Try it online!