Grinning Face With Star Eyes

๐Ÿคฉ

Shortcodes

Copy useful codes for grinning face with star eyes symbol ๐Ÿคฉ to use in websites, apps, blogs, and docs.

Unicode
U+1F929
HTML Code
🤩
HEX Code
🤩
CSS Code
\1F929
JS/JSON
\u1F929
Unix/C/PHP/JAVA
0x1F929
URL-encode
%F0%9F%A4%A9

Customize Grinning Face With Star Eyes

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

๐Ÿคฉ
  

How to use Grinning Face With Star Eyes Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿคฉ</span>
HTML Code:
<span>&#129321;</span>
HEX Code:
<span>&#x1F929;</span>

Add with CSS

.grinning-face-with-star-eyes::before {
  content: '\\1F929';
}

Set it in JavaScript

document.querySelector('.grinning-face-with-star-eyes').textContent = '๐Ÿคฉ';
copied