Jump to technical reference โ
Among K-pop fans, the purple heart isn't a mood โ it's practically a password. In November 2016 the BTS member V improvised the phrase "I purple you" at a fan event, explaining that purple, the last colour of the rainbow, meant he'd trust and love fans for a long time. The line stuck, the group's fandom adopted purple wholesale, and the emoji became shorthand for that entire world of devotion.
Outside that context it does quieter work. Purple has long carried associations with dignity and care, so the heart turns up in messages of support, sympathy, and admiration that stop short of romance โ the affection you'd send a friend going through something hard. Some people simply like that it's warm without reading as flirtation.
One point of frequent confusion is worth clearing up: this is not the American military decoration. The U.S. Purple Heart is a physical medal awarded to wounded service members, and there's no dedicated emoji for it, so the coloured heart sometimes gets pressed into that role around Memorial Day or Veterans Day. If you mean the medal, spell it out โ the emoji alone won't carry that meaning to most readers, who will see fandom or gentle affection first.
About Purple Heart
Purple Heart is the Unicode character ๐ at codepoint U+1F49C in the Miscellaneous Symbols and Pictographs block of the Supplementary Multilingual Plane (SMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Purple Heart
To use the Purple Heart symbol (๐) in HTML, insert the
entity 💜 directly into your markup. The decimal entity 💜 works in any HTML-serialised document.
In CSS pseudo-elements use content: '\1F49C';.
In JavaScript and TypeScript the escape '\u{1F49C}' evaluates to ๐. In Python source, write '\U0001F49C'.
The character encodes to F0 9F 92 9C as UTF-8 bytes and D83D DC9C as UTF-16 code units. Its decimal codepoint is 128156.
This is a fully-qualified emoji and should render with colour on iOS, Android, Windows and macOS. Appearance may vary between platforms, but the underlying codepoint is identical everywhere.