Short answer: A text divider is just Unicode characters — copy one below and paste it between sections of your newsletter, email, bio or post. To make your own, repeat a line character like ─ or —, or frame it with an ornament: ✦ ─────── ✦.
Tap to copy a divider
Decorating a profile too? See Instagram bio symbols for more copy-ready picks — the same characters work in newsletters, bios and captions.
Text dividers break a newsletter or bio into clean sections without an image — no upload, no broken links, just characters. Below are ready-made dividers to copy, how to build your own, and the one thing that trips people up: they don’t render the same in every email client. This guide is part of the Stars & Hearts hub.
How to use one
Copy a divider from the tool above and paste it on its own line between sections. A few tips:
- Centre it for the classic look — in most editors, put the divider on its own line and set that line to centre-align. In HTML, wrap it in a
<p style="text-align:center">. - Keep line breaks around it so it sits apart from your text.
- Match the mood — a plain ───── line for clean/professional, dots · · · · · for soft, stars ⋆ ✧ ⋆ or florals ❀ for decorative.

Build your own divider
Two simple patterns cover almost everything:
- Repeat a line character. The box-drawing characters are designed to join seamlessly, so a row of ─ (light) or ━ (heavy) or ═ (double) makes a solid rule. A row of em dashes ——— also connects; a row of middle dots · · · · or bullets • • • makes a dotted rule.
- Frame with an ornament. Put a symbol at each end (or the centre) of a short line: ✦ ─────── ✦, ❦ ─────── ❧, or a single centred ornament like the asterism ⁂. Add a normal space on each side of the ornament so it doesn’t touch the line.
Keep dividers a sensible width — around 10–20 characters usually looks right and avoids awkward wrapping on phones.
Divider building blocks
| Symbol | Name | Windows | Unicode |
|---|---|---|---|
| ─ | Light line | Alt + 9472 | U+2500 |
| ━ | Heavy line | Alt + 9473 | U+2501 |
| ═ | Double line | Alt + 9552 | U+2550 |
| • | Bullet | Alt + 0149 | U+2022 |
| · | Middle dot | Alt + 0183 | U+00B7 |
| ⁂ | Asterism | Alt + 8258 | U+2042 |
| ❧ | Fleuron | Alt + 10087 | U+2767 |
| ❀ | Florette | Alt + 10048 | U+2740 |
| ✦ | Four-point star | Alt + 10022 | U+2726 |
| ⋆ | Star operator | Alt + 8902 | U+22C6 |
| ❖ | Ornate diamond | Alt + 10070 | U+2756 |
| ⚜ | Fleur-de-lis | Alt + 9884 | U+269C |
Typing the ornaments
- Windows: hold Alt and type the code on the numeric keypad (Num Lock on), e.g. Alt + 10087 for ❧. No numpad? Press Win + ., search flower or star, or just copy from above. If a code returns the wrong character, you’re on the number row — see why Alt codes don’t work.
- Mac: open the Character Viewer with Control + Command + Space and search florette, fleuron, star or box drawings, then double-click.
- iPhone / Android: these aren’t on the keyboard — copy them, or save favourites as text replacements.
- Chromebook / Linux: press Ctrl + Shift + U, type the hex (e.g.
2767), then Enter; or use the Characters / gucharmap app.
Will it work in email?
This is the part that matters for a newsletter: text dividers don’t render identically everywhere.
- Safest across email clients: plain characters — the em dash —, middle dot ·, bullet •, and the light box-drawing line ─. These show up reliably in Gmail, Apple Mail and even Outlook.
- Riskier: fancy ornaments (❋ ❀ ❦) and heavy/double box lines. Some clients — Outlook especially — substitute a different font, shift the spacing, or show a box ▯ for characters they lack.
- Some render as colour emoji. A few symbols (like ❇️ or ❤️) flip to emoji styling via a hidden variation selector, which may clash with a monochrome design.
The rule of thumb: for a broadcast newsletter, prefer the simple characters and send yourself a test across Gmail and Outlook before you rely on an ornate divider. For social bios and captions, you have much more freedom — they mostly accept the full range.
Accessibility, HTML and the right way
If you build the email or page in HTML, the accessible, bulletproof divider is a real horizontal rule — <hr> — which you can style to any colour or width, and which assistive tech understands as a separator. A long row of text characters, by contrast, is read out character by character by screen readers, so it’s best treated as decoration. Use text dividers freely in plain-text newsletters, social bios and documents; reach for <hr> (or a styled table row in email) when you’re hand-coding and accessibility matters. In HTML you can still use entities for inline ornaments, such as ❧ for ❧ or ⁂ for ⁂.
Troubleshooting
| Problem | Fix |
|---|---|
| My line has gaps between characters | Use box-drawing ─ (they join seamlessly) rather than hyphens; remove spaces between them. |
| The divider wrapped onto two lines on mobile | It’s too long — shorten to ~10–20 characters. |
| An ornament shows as a box ▯ | That client/font lacks the glyph. Swap to a simpler character. More: symbol showing as a box. |
| It looks different in Outlook | Outlook substitutes fonts; use plain characters (—, ·, •, ─) for email, and test before sending. |
| My ornament turned into a colour emoji | A variation selector applied emoji styling; use a plainer symbol, or accept the emoji. |
| Screen reader reads a wall of characters | Expected — for HTML email/web use <hr> instead; text dividers are decorative. |
Frequently asked questions
How do you make a divider line for a newsletter or email?
Repeat a line character to make a rule — a row of ─ (box-drawing), — (em dash) or · (middle dot) — or copy a ready-made divider and paste it on its own line. Centre the line for the classic look. For a broadcast email, keep it simple and test how it renders first.
Which divider symbols work reliably in email?
The safest are plain characters: the em dash —, middle dot ·, bullet •, and the light box-drawing line ─. These display consistently across Gmail, Apple Mail and Outlook. Ornate symbols like ❋ ❀ ❦ can render differently or show as a box in some clients, so test before relying on them.
How do you type ornament dividers like ❧, ⁂ or ❀?
On Windows, hold Alt and type the Unicode value on the numeric keypad — 10087 for ❧, 8258 for ⁂, 10048 for ❀. On a Mac, use the Character Viewer (Control + Command + Space) and search the name. On phones, copy them or save them as text replacements.
How do you centre a text divider?
A text divider is just text, so centre-align the line it sits on. In a document or email editor, put the divider on its own line and click centre-align; in HTML, wrap it in a paragraph with text-align:center.
Are text dividers accessible and good for HTML email?
For plain-text newsletters, social bios and documents they’re fine. But in HTML email or on a web page, a long row of characters is read out one by one by screen readers, so the accessible choice is a real horizontal rule (<hr>), which you can style and which assistive tech understands as a separator.
What are the Unicode code points for common divider symbols?
The light line ─ is U+2500, the bullet • is U+2022, the middle dot · is U+00B7, the asterism ⁂ is U+2042, the fleuron ❧ is U+2767 and the white florette ❀ is U+2740.
Recap
- Copy a ready-made divider from the tool above, paste it on its own centred line.
- Build one by repeating ─, — or · , or framing a short line with ✦ / ❧ / ⁂.
- For email: stick to —, ·, •, ─ and test in Gmail + Outlook.
- For HTML/accessibility: use a real
<hr>.
Written by Igor R.. Tested on Windows 11, macOS, iOS, Android, Gmail, Outlook, Word and Google Docs. Last updated July 2026. Symbol code points follow the Unicode Standard.