Grinning Face With One Large And One Small Eye

๐Ÿคช

Shortcodes

Copy useful codes for grinning face with one large and one small eye symbol ๐Ÿคช to use in websites, apps, blogs, and docs.

Unicode
U+1F92A
HTML Code
🤪
HEX Code
🤪
CSS Code
\1F92A
JS/JSON
\u1F92A
Unix/C/PHP/JAVA
0x1F92A
URL-encode
%F0%9F%A4%AA

Customize Grinning Face With One Large And One Small Eye

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

๐Ÿคช
  

How to use Grinning Face With One Large And One Small Eye Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿคช</span>
HTML Code:
<span>&#129322;</span>
HEX Code:
<span>&#x1F92A;</span>

Add with CSS

.grinning-face-with-one-large-and-one-small-eye::before {
  content: '\\1F92A';
}

Set it in JavaScript

document.querySelector('.grinning-face-with-one-large-and-one-small-eye').textContent = '๐Ÿคช';
copied