Face With Pleading Eyes

๐Ÿฅบ

Shortcodes

Copy and paste codes for Face With Pleading Eyes symbol ๐Ÿฅบ to use in your websites, apps, blogs, and more.

Unicode
U+1F97A
HTML Code
🥺
HEX Code
🥺
CSS Code
\1F97A
JS/JSON
\u1F97A
Unix/C/PHP/JAVA
0x1F97A
URL-encode
%F0%9F%A5%BA
copied

Customize Face With Pleading Eyes Symbol

Customize ๐Ÿฅบ symbol as you like and download Face With Pleading Eyes as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿฅบ

                        
                    

How to add Face With Pleading Eyes symbol in HTML, CSS, and JS?

Insert ๐Ÿฅบ Face With Pleading Eyes using HTML

1. Copy-paste Face With Pleading Eyes directly:
<span>๐Ÿฅบ</span>
2. HTML Decimal Code:
<span>&#129402;</span>
3. Hexadecimal Code:
<span>&#x1F97A;</span>
Preview: ๐Ÿฅบ

Add Face With Pleading Eyes symbol with CSS

.face-with-pleading-eyes::before {
    content: '\\1F97A';
}
Preview: Face With Pleading Eyes

Face With Pleading Eyes JavaScript Code

1. Direct Symbol:
document.querySelector('.face-with-pleading-eyes').textContent = '๐Ÿฅบ';
2. Unicode Escape for ๐Ÿฅบ:
document.querySelector('.face-with-pleading-eyes').textContent = '\u1F97A';
Preview: ๐Ÿฅบ