Unicode Character 'LINE FEED (LF)' (U+000A)

previous character next character

Unicode Data
Name <control>
Block Basic Latin
Category Other, Control [Cc]
Combine 0
BIDI Paragraph Separator [B]
Mirror N
Old name LINE FEED (LF)
Index entries eol
LINE FEED
line, new
new line
end of line
lf
line, end of
nl
Comments LINE U+FEED (LF)
new line (NL)
end of line (EOL)
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) &#10;
HTML Entity (hex) &#xa;
How to type in Microsoft Windows Alt +000A
Alt 010
Alt 10
UTF-8 (hex) 0x0A (0a)
UTF-8 (binary) 00001010
UTF-16 (hex) 0x000A (000a)
UTF-16 (decimal) 10
UTF-32 (hex) 0x0000000A (000a)
UTF-32 (decimal) 10
C/C++/Java source code "\u000A"
Python source code u"\u000A"
More...
Java Data
string.toUpperCase()
string.toLowerCase()
Character.UnicodeBlock BASIC_LATIN
Character.charCount() 1
Character.getDirectionality() DIRECTIONALITY_PARAGRAPH_SEPARATOR [10]
Character.getNumericValue() -1
Character.getType() 15
Character.isDefined() Yes
Character.isDigit() No
Character.isIdentifierIgnorable() No
Character.isISOControl() Yes
Character.isJavaIdentifierPart() No
Character.isJavaIdentifierStart() No
Character.isLetter() No
Character.isLetterOrDigit() No
Character.isLowerCase() No
Character.isMirrored() No
Character.isSpaceChar() No
Character.isSupplementaryCodePoint() No
Character.isTitleCase() No
Character.isUnicodeIdentifierPart() No
Character.isUnicodeIdentifierStart() No
Character.isUpperCase() No
Character.isValidCodePoint() Yes
Character.isWhitespace() Yes