Face With Head-bandage

๐Ÿค•

Shortcodes

Copy and paste codes for Face With Head-bandage symbol ๐Ÿค• to use in your websites, apps, blogs, and more.

Unicode
U+1F915
HTML Code
🤕
HEX Code
🤕
CSS Code
\1F915
JS/JSON
\u1F915
Unix/C/PHP/JAVA
0x1F915
URL-encode
%F0%9F%A4%95
copied

Customize Face With Head-bandage Symbol

Customize ๐Ÿค• symbol as you like and download Face With Head-bandage 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 Head-bandage symbol in HTML, CSS, and JS?

Insert ๐Ÿค• Face With Head-bandage using HTML

1. Copy-paste Face With Head-bandage directly:
<span>๐Ÿค•</span>
2. HTML Decimal Code:
<span>&#129301;</span>
3. Hexadecimal Code:
<span>&#x1F915;</span>
Preview: ๐Ÿค•

Add Face With Head-bandage symbol with CSS

.face-with-head-bandage::before {
    content: '\\1F915';
}
Preview: Face With Head-bandage

Face With Head-bandage JavaScript Code

1. Direct Symbol:
document.querySelector('.face-with-head-bandage').textContent = '๐Ÿค•';
2. Unicode Escape for ๐Ÿค•:
document.querySelector('.face-with-head-bandage').textContent = '\u1F915';
Preview: ๐Ÿค•