What is the character?

前端 未结 6 997
忘掉有多难
忘掉有多难 2021-01-31 12:57

What\'s the meaning of this char?

6条回答
  •  灰色年华
    2021-01-31 13:38

    is the HTML representation in hex of a line feed character. It represents a new line on Unix and Unix-like (for example) operating systems.

    You can find a list of such characters at (for example) http://la.remifa.so/unicode/latin1.html

提交回复
热议问题