ASCII 10: Line Feed
CHARACTER
LF
Line Feed
Control Character · Non-printable · ASCII 10
All Representations
| Format | Value |
|---|---|
| Decimal | 10 |
| Binary | 00001010 |
| Hexadecimal | 0x0A |
| Octal | 12 |
| HTML Entity | |
| CSS Escape | \0a |
| JS Escape | \x0a |
| Python Escape | \x0a |
Character Information
| Property | Value |
|---|---|
| Category | Control Character |
| Printable | No |
| Control character | Yes |
| Range | Standard ASCII (0–127) |
Nearby ASCII Codes
Frequently Asked Questions
- What character is ASCII code 10?
ASCII code 10 is the Line Feed. It is a control character.
- What is ASCII 10 in binary?
ASCII 10 in binary is 00001010. In hexadecimal it is 0x0A.
- Is ASCII 10 a printable character?
No, ASCII 10 is a control character (Line Feed) and is not printable.