symbol explained
Tiny Star
A small four-point star, lighter than ★ and popular in bios.
- Unicode
- U+2726
Try Tiny Star
Edit the text, then change the font and size.
The short answer
What does Tiny Star mean?
A small four-point star, lighter than ★ and popular in bios. Bullet points, decorative accents and rating rows.
Background
Where it comes from
This four-point star is Unicode U+2726. Unlike emoji sparkles, it usually renders as a single-color text glyph and can inherit the surrounding font color.
In conversation
How to use it
Bullet points, decorative accents and rating rows. Copy the character itself when you need plain text that can be searched, selected and pasted like a letter.
Realistic examples
Tiny Star in a sentence
“new ✦”
“ideas ✦ notes ✦ links”
“✦ featured”
Tone & nuance
What it communicates
Light, decorative and slightly magical. It is quieter than a filled rating star and works well as a small accent.
Easily confused
Characters that look like ✦
These are separate characters. However similar they render, they sort, search and compare differently — which is why pasting the wrong one is so easy to miss.
White four pointed star
U+2727
The hollow version of the same shape, lighter again and common in soft aesthetic bios.
Sparkles emoji
U+2728
An emoji, so it arrives in full colour and will not match the text around it.
Star operator
U+22C6
A mathematical operator that happens to look decorative. It sits smaller and lower on the line.
For developers
✦ in code
Each value is generated from the character itself, so it stays correct even where a file encoding cannot hold the symbol directly.
| Format | Value | When to use it | Copy |
|---|---|---|---|
| Unicode | U+2726 | The standard reference. Use it to search a character map or a spec. | |
| HTML (hex) | ✦ | For HTML and XML. Safe in files that are not saved as UTF-8. | |
| HTML (decimal) | ✦ | The same reference in decimal. Both render identically. | |
| CSS | \2726 | For the content property. Keep the quotes around the whole value. | |
| JavaScript | \u{2726} | A string-literal escape. Needs the u flag inside a regular expression. | |
| URL-encoded | %E2%9C%A6 | Percent-encoded UTF-8, for query strings and API requests. |
Common questions
Tiny Star FAQ
What does the tiny star ✦ mean?
A small four-point star, lighter than ★ and popular in bios. Bullet points, decorative accents and rating rows.
How do I type ✦?
The fastest way is the copy button on this page, which puts ✦ on the clipboard on its own, without a label or a stray space. To insert it by hand, use the code point U+2726. Windows Character Map and the macOS Emoji & Symbols viewer both let you search for it by name.
Will ✦ look the same everywhere?
✦ is plain text, not an image, so it takes on the font, size and colour of the words around it while keeping the code point U+2726 wherever it is pasted. A font with limited coverage can substitute a different glyph or show an empty box, and some apps restyle certain symbols as coloured emoji, so preview it in the app and theme your readers will actually use.
Keep exploring