copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('๐'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
๐
Overview
This emoji, ๐ (SMILING FACE WITH HEART-SHAPED EYES), shows a grinning face whose eyes are replaced by hearts. It occupies U+1F60D in the Emoticons block and is classified as a symbol. It expresses adoration, infatuation, or strong enthusiasm for someone or something, and as one of the most popular of the facial emoji it is frequently used to convey love or delight in messages, captions, and social media.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1F60D | |
| decimal | 128525 | |
| htmldecimal | 😍 | |
| htmlhex | 😍 | |
| css | \1F60D | |
| javascript | \u{1F60D} | |
| python | \U0001f60d | |
| java | \uD83D\uDE0D | |
| go | \U0001F60D | |
| ruby | \u{1F60D} | |
| rust | \u{1F60D} | |
| ccpp | \U0001f60d | |
| urlencoded | %F0%9F%98%8D | |
| utf8bytes | f0 9f 98 8d | |
| utf16bebytes | d8 3d de 0d | |
| utf32bebytes | 00 01 f6 0d |
How to Use
HTML:
😍
CSS:
content: "\1F60D"
JavaScript:
"\u{1F60D}"
Python:
"\U0001f60d"
Properties
Frequently Asked Questions
What is the ๐ character (SMILING FACE WITH HEART-SHAPED EYES)?
๐ (SMILING FACE WITH HEART-SHAPED EYES) is the Unicode character U+1F60D.
What is the Unicode codepoint of SMILING FACE WITH HEART-SHAPED EYES?
The SMILING FACE WITH HEART-SHAPED EYES character (๐) has codepoint U+1F60D.
How do I type or copy SMILING FACE WITH HEART-SHAPED EYES?
Copy ๐ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.