Line Feed ASCII Code Symbol

ASCII 10

ASCII Character

Line Feed

ASCII byte 10 (0x0A) — Unicode U+000A. Standard ASCII is 0–127; extended bytes 128–255 use Windows-1252.

How to type ␊

Windows

  1. Copy with the Copy Symbol button above and paste it anywhere.
  2. In HTML, use 
 or hex 
.
  3. In JavaScript, use String.fromCharCode(10).

Mac

  1. Copy with the Copy Symbol button and paste it (fastest method).
  2. Open System Settings → Keyboard → Input Sources and add Unicode Hex Input (if needed).
  3. Select Unicode Hex Input from the menu bar input menu.
  4. Hold Option (⌥), type 000A (from U+000A), then release Option.
  5. Or open Edit → Emoji & Symbols (or press Ctrl + Cmd + Space) and search for the character.
  6. In HTML on Mac editors, you can also paste 
.

Linux

  1. Copy with the Copy Symbol button and paste it.
  2. Press Ctrl + Shift + U, type 000a (from U+000A), then press Enter or Space.
  3. On GNOME, you can also use Ctrl + . (or Ctrl + ;) to open the character picker.
  4. In HTML, use 
.

ASCII character details

Parameter Value Copy
Symbol
Symbol Name Line Feed
ASCII Decimal 10
ASCII Hex 0x0A
Unicode Code U+000A
HTML Decimal Code 

HTML Hex Code 

HTML Entity 

CSS Code \000A
JavaScript Code \u000A
Category ASCII Control Codes (0–31)

FAQs about Line Feed ASCII Code Symbol

What is the ASCII code for Line Feed ASCII Code Symbol?

ASCII decimal 10, hex 0x0A, Unicode U+000A.

How do I copy ␊?

Click Copy Symbol on this page to copy the character directly.

How do I type ASCII 10 in JavaScript?

Use String.fromCharCode(10) to output this character in JavaScript.

About this ASCII Character

ASCII byte 10 (0x0A, U+000A) is line feed. Part of the complete standard ASCII table (0–127).

Tags: line-feed,ascii,extended-ascii,10,0x0A,U+000A,ascii table,copy symbol

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top