Line Separator (U+2028) | Copy and Paste [
] Character

5/5 - (1 vote)

Line Separator has the Unicode value U+2028 and the HTML code (&#8232).

Copy Line Separator Character

Line Separator Generator

Enter Number

Copied!

Line Separator Table

Character NameLine Separator
UnicodeU+2028
HTML Code

HTML Entity

CSS Code\2028
JavaScript/Java/C \u{2028} (JavaScript and ES6), \\u2028 (Java and C)

FAQs

Using Line Separator in HTML

To use Line Separator in THML, follow the guide below

Using HTML Code:

Copy & Paste Line Separator Character – Blank߬spacecopy.com

Line Separator

Hair Space (U+200A) vs Line Separator (U+200F) vs Ideographic Space

Copy & Paste Hair Space (U+200A) Character: Blank spacecopy.com
Copy & Paste Line Separator (U+200F) Character: Blank
spacecopy.com
Copy & Paste Ideographic Space Character: Blank spacecopy.com

Using Line Separator in CSS

In CSS, you can insert Line Separator as content within the ::before and ::after pseudo-elements. Follow the example below:

To copy the code, simply double-click on it and press Ctrl+C.

CSS

 .line-separator::after {
    content: "\2028";  }
.line-separator::before {
    content: "\2028";
  }

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Line Separator Example</title>
    <style>
        .line-separator::before,
        .line-separator::after {
            content: "\2028";
            display: block;
            text-align: center;
            margin: 10px 0;
            font-size: 20px;
            color: #333; /* Change the color as needed */
        }
    </style>
</head>
<body>
    <div class="line-separator">Content with line-separator</div>
</body>
</html>

4 Comments
Show all Most Helpful Highest Rating Lowest Rating Add your review
  1. Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?

  2. I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.

  3. Your point of view caught my eye and was very interesting. Thanks. I have a question for you.

  4. Scratch cards & online games are such a fun little escape, right? 😊 Heard great things about the community at jljl7799 – especially how easy it is to use GCash! Check out the jljl7799 app download apk for a quick & secure gaming experience. Seems super Pinoy-friendly! 👍

Leave a reply

Copy & Paste Empty Character & Blank Characters
Logo