There are just four characters considered to be a LineTerminator.
The Line Feed (\u000A), Carriage Return (\u000D), Line Separator (\u2028) and Paragraph separator (\u2029).
LineTerminator productions may occur anywhere between two tokens. Note that certain productions forbid a LineTerminator between themselves and their argument. If there is a LineTerminator between them anyways, a semi-colon would be inserted at that point. Any LineTerminator will either be replaced by a semi-colon or removed completely, after the lexical phase.