Face Throwing A Kiss

๐Ÿ˜˜

Shortcodes

Copy and paste codes for Face Throwing A Kiss symbol ๐Ÿ˜˜ to use in your websites, apps, blogs, and more.

Unicode
U+1F618
HTML Code
😘
HEX Code
😘
CSS Code
\1F618
JS/JSON
\u1F618
Unix/C/PHP/JAVA
0x1F618
URL-encode
%F0%9F%98%98
copied

Customize Face Throwing A Kiss Symbol

Customize ๐Ÿ˜˜ symbol as you like and download Face Throwing A Kiss 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 Throwing A Kiss symbol in HTML, CSS, and JS?

Insert ๐Ÿ˜˜ Face Throwing A Kiss using HTML

1. Copy-paste Face Throwing A Kiss directly:
<span>๐Ÿ˜˜</span>
2. HTML Decimal Code:
<span>&#128536;</span>
3. Hexadecimal Code:
<span>&#x1F618;</span>
Preview: ๐Ÿ˜˜

Add Face Throwing A Kiss symbol with CSS

.face-throwing-a-kiss::before {
    content: '\\1F618';
}
Preview: Face Throwing A Kiss

Face Throwing A Kiss JavaScript Code

1. Direct Symbol:
document.querySelector('.face-throwing-a-kiss').textContent = '๐Ÿ˜˜';
2. Unicode Escape for ๐Ÿ˜˜:
document.querySelector('.face-throwing-a-kiss').textContent = '\u1F618';
Preview: ๐Ÿ˜˜