Next Line (NEL)

…

Shortcodes

Copy and paste codes for Next Line (NEL) symbol … to use in your websites, apps, blogs, and more.

Unicode
U+0085
HTML Code
…
HEX Code
…
CSS Code
085
JS/JSON
u0085
Unix/C/PHP/JAVA
0x0085
URL-encode
%C2%85
copied

Customize Next Line (NEL) Symbol

Customize … symbol as you like and download Next Line (NEL) as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
…
 

How to add Next Line (NEL) symbol in HTML, CSS, and JS?

Insert … Next Line (NEL) using HTML

1. Copy-paste Next Line (NEL) directly:
<span>…</span>
2. HTML Decimal Code:
<span>&#133;</span>
3. Hexadecimal Code:
<span>&#x0085;</span>
Preview: …

Add Next Line (NEL) symbol with CSS

.next-line-nel::before {
    content: '085';
}
Preview: Next Line (NEL)

Next Line (NEL) JavaScript Code

1. Direct Symbol:
document.querySelector('.next-line-nel').textContent = '…';
2. Unicode Escape for …:
document.querySelector('.next-line-nel').textContent = 'u0085';
Preview: