Face With Party Horn And Party Hat

๐Ÿฅณ

Shortcodes

Copy and paste codes for Face With Party Horn And Party Hat symbol ๐Ÿฅณ to use in your websites, apps, blogs, and more.

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

Customize Face With Party Horn And Party Hat Symbol

Customize ๐Ÿฅณ symbol as you like and download Face With Party Horn And Party Hat as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿฅณ
 

How to add Face With Party Horn And Party Hat symbol in HTML, CSS, and JS?

Insert ๐Ÿฅณ Face With Party Horn And Party Hat using HTML

1. Copy-paste Face With Party Horn And Party Hat directly:
<span>๐Ÿฅณ</span>
2. HTML Decimal Code:
<span>&#129395;</span>
3. Hexadecimal Code:
<span>&#x1F973;</span>
Preview: ๐Ÿฅณ

Add Face With Party Horn And Party Hat symbol with CSS

.face-with-party-horn-and-party-hat::before {
    content: '\\1F973';
}
Preview: Face With Party Horn And Party Hat

Face With Party Horn And Party Hat JavaScript Code

1. Direct Symbol:
document.querySelector('.face-with-party-horn-and-party-hat').textContent = '๐Ÿฅณ';
2. Unicode Escape for ๐Ÿฅณ:
document.querySelector('.face-with-party-horn-and-party-hat').textContent = '\u1F973';
Preview: ๐Ÿฅณ