Face With Party Horn And Party Hat

๐Ÿฅณ

Shortcodes

Copy useful codes for face with party horn and party hat symbol ๐Ÿฅณ to use in websites, apps, blogs, and docs.

Unicode
U+1F973
HTML Code
🥳
HEX Code
🥳
CSS Code
\1F973
JS/JSON
\u1F973
Unix/C/PHP/JAVA
0x1F973
URL-encode
%F0%9F%A5%B3

Customize Face With Party Horn And Party Hat

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

๐Ÿฅณ
  

How to use Face With Party Horn And Party Hat Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿฅณ</span>
HTML Code:
<span>&#129395;</span>
HEX Code:
<span>&#x1F973;</span>

Add with CSS

.face-with-party-horn-and-party-hat::before {
  content: '\\1F973';
}

Set it in JavaScript

document.querySelector('.face-with-party-horn-and-party-hat').textContent = '๐Ÿฅณ';
copied