Drooling Face

๐Ÿคค

Shortcodes

Copy useful codes for drooling face symbol ๐Ÿคค to use in websites, apps, blogs, and docs.

Unicode
U+1F924
HTML Code
🤤
HEX Code
🤤
CSS Code
\1F924
JS/JSON
\u1F924
Unix/C/PHP/JAVA
0x1F924
URL-encode
%F0%9F%A4%A4

Customize Drooling Face

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

๐Ÿคค
  

How to use Drooling Face Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿคค</span>
HTML Code:
<span>&#129316;</span>
HEX Code:
<span>&#x1F924;</span>

Add with CSS

.drooling-face::before {
  content: '\\1F924';
}

Set it in JavaScript

document.querySelector('.drooling-face').textContent = '๐Ÿคค';
copied