Face With Thermometer

🤒

Shortcodes

Copy and paste codes for Face With Thermometer symbol 🤒 to use in your websites, apps, blogs, and more.

Unicode
U+1F912
HTML Code
🤒
HEX Code
🤒
CSS Code
\1F912
JS/JSON
\u1F912
Unix/C/PHP/JAVA
0x1F912
URL-encode
%F0%9F%A4%92
copied

Customize Face With Thermometer Symbol

Customize 🤒 symbol as you like and download Face With Thermometer 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 Thermometer symbol in HTML, CSS, and JS?

Insert 🤒 Face With Thermometer using HTML

1. Copy-paste Face With Thermometer directly:
<span>🤒</span>
2. HTML Decimal Code:
<span>&#129298;</span>
3. Hexadecimal Code:
<span>&#x1F912;</span>
Preview: 🤒

Add Face With Thermometer symbol with CSS

.face-with-thermometer::before {
    content: '\\1F912';
}
Preview: Face With Thermometer

Face With Thermometer JavaScript Code

1. Direct Symbol:
document.querySelector('.face-with-thermometer').textContent = '🤒';
2. Unicode Escape for 🤒:
document.querySelector('.face-with-thermometer').textContent = '\u1F912';
Preview: 🤒