Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

What does unicode character represent?

Writer Emily Wong

The unicode is 
 and it's being used in an XML document.

2

4 Answers

Check the chart: unicodelookup.com

It is the Line Feed character.

0

It's the ASCII character LF, Line Feed.

Some systems (e.g. Windows) use the combination CR+LF, 
, for line break, some systems (e.g. Linux) use only LF as line break, some systems (e.g. Macintosh) use only CR as line break.

So, only a LF character in an XML value would be a line break from a Linux system (or similar).

1

There are some great lookup tools on the Web:

It's the newline character.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy