Face With Stuck-out Tongue And Winking Eye
๐
Shortcodes
Copy useful codes for face with stuck-out tongue and winking eye symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1F61C HTML Code
😜 HEX Code
😜 CSS Code
\1F61C JS/JSON
\u1F61C Unix/C/PHP/JAVA
0x1F61C URL-encode
%F0%9F%98%9C Customize Face With Stuck-out Tongue And Winking Eye
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Face With Stuck-out Tongue And Winking 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
.face-with-stuck-out-tongue-and-winking-eye::before {
content: '\\1F61C';
} Set it in JavaScript
document.querySelector('.face-with-stuck-out-tongue-and-winking-eye').textContent = '๐';