Face With Rolling Eyes

๐Ÿ™„

Shortcodes

Copy and paste codes for Face With Rolling Eyes symbol ๐Ÿ™„ to use in your websites, apps, blogs, and more.

Unicode
U+1F644
HTML Code
🙄
HEX Code
🙄
CSS Code
\1F644
JS/JSON
\u1F644
Unix/C/PHP/JAVA
0x1F644
URL-encode
%F0%9F%99%84
copied

Customize Face With Rolling Eyes Symbol

Customize ๐Ÿ™„ symbol as you like and download Face With Rolling 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 Rolling Eyes symbol in HTML, CSS, and JS?

Insert ๐Ÿ™„ Face With Rolling Eyes using HTML

1. Copy-paste Face With Rolling Eyes directly:
<span>๐Ÿ™„</span>
2. HTML Decimal Code:
<span>&#128580;</span>
3. Hexadecimal Code:
<span>&#x1F644;</span>
Preview: ๐Ÿ™„

Add Face With Rolling Eyes symbol with CSS

.face-with-rolling-eyes::before {
    content: '\\1F644';
}
Preview: Face With Rolling Eyes

Face With Rolling Eyes JavaScript Code

1. Direct Symbol:
document.querySelector('.face-with-rolling-eyes').textContent = '๐Ÿ™„';
2. Unicode Escape for ๐Ÿ™„:
document.querySelector('.face-with-rolling-eyes').textContent = '\u1F644';
Preview: ๐Ÿ™„