Smiling Face With Smiling Eyes And Three Hearts

๐Ÿฅฐ

Shortcodes

Copy useful codes for smiling face with smiling eyes and three hearts symbol ๐Ÿฅฐ to use in websites, apps, blogs, and docs.

Unicode
U+1F970
HTML Code
🥰
HEX Code
🥰
CSS Code
\1F970
JS/JSON
\u1F970
Unix/C/PHP/JAVA
0x1F970
URL-encode
%F0%9F%A5%B0

Customize Smiling Face With Smiling Eyes And Three Hearts

Customize ๐Ÿฅฐ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿฅฐ
  

How to use Smiling Face With Smiling Eyes And Three Hearts Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿฅฐ</span>
HTML Code:
<span>&#129392;</span>
HEX Code:
<span>&#x1F970;</span>

Add with CSS

.smiling-face-with-smiling-eyes-and-three-hearts::before {
  content: '\\1F970';
}

Set it in JavaScript

document.querySelector('.smiling-face-with-smiling-eyes-and-three-hearts').textContent = '๐Ÿฅฐ';
copied