| Symbol Name | Sparkles |
| Unicode Version | 0.6 |
| Unicode | U+2728 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2728 |
| Hex Code | 0x2728 |
| HTML Code | ✨ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ✨ |
| URL encode (UTF-8 percent) | %E2%9C%A8 |
| Discord / Slack shortcode | :sparkles: |
| GitHub shortcode | :sparkles: |
| Spoken / screen reader name | Sparkles |
| UTF-8 | E2 9C A8 |
| UTF-16 | 2728 |
| UTF-32 | 00002728 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the sparkles symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "sparkles".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "sparkles".
Emoji keyboard → Activities; search "sparkles".
1span.sparkles-emoji::before { content: "\2728"; } /* prefer inline grapheme for ZWJ */1<span>✨</span>Sparkles symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2728' or String.fromCodePoint(10024) |
| Python | '\N{SPARKLES}' |
| Rust | '\u{2728}' |
| Swift | "\u{2728}" |
| Go | string(rune(0x2728)) |
| Ruby | "\u{2728}" |