What is the 
 character?

That would be an HTML Encoded Line Feed character (using the hexadecimal value).

The decimal value would be 



It is the equivalent to \n -> LF (Line Feed).

Sometimes it is used in HTML and JavaScript. Otherwise in .NET environments, use Environment.NewLine.