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>🤪</span> HEX Code:
<span>🤪</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 = '๐คช';