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