Smiling Cat Face With Heart-shaped Eyes

๐Ÿ˜ป

Shortcodes

Copy useful codes for smiling cat face with heart-shaped eyes symbol ๐Ÿ˜ป to use in websites, apps, blogs, and docs.

Unicode
U+1F63B
HTML Code
😻
HEX Code
😻
CSS Code
\1F63B
JS/JSON
\u1F63B
Unix/C/PHP/JAVA
0x1F63B
URL-encode
%F0%9F%98%BB

Customize Smiling Cat Face With Heart-shaped Eyes

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

๐Ÿ˜ป
  

How to use Smiling Cat Face With Heart-shaped Eyes Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ˜ป</span>
HTML Code:
<span>&#128571;</span>
HEX Code:
<span>&#x1F63B;</span>

Add with CSS

.smiling-cat-face-with-heart-shaped-eyes::before {
  content: '\\1F63B';
}

Set it in JavaScript

document.querySelector('.smiling-cat-face-with-heart-shaped-eyes').textContent = '๐Ÿ˜ป';
copied