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>😻</span> HEX Code:
<span>😻</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 = '๐ป';