Thermometer

๐ŸŒก

Shortcodes

Copy and paste codes for Thermometer symbol ๐ŸŒก to use in your websites, apps, blogs, and more.

Unicode
U+1F321
HTML Code
🌡
HEX Code
🌡
CSS Code
\1F321
JS/JSON
\u1F321
Unix/C/PHP/JAVA
0x1F321
URL-encode
%F0%9F%8C%A1
copied

Customize Thermometer Symbol

Customize ๐ŸŒก symbol as you like and download 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 Thermometer symbol in HTML, CSS, and JS?

Insert ๐ŸŒก Thermometer using HTML

1. Copy-paste Thermometer directly:
<span>๐ŸŒก</span>
2. HTML Decimal Code:
<span>&#127777;</span>
3. Hexadecimal Code:
<span>&#x1F321;</span>
Preview: ๐ŸŒก

Add Thermometer symbol with CSS

.thermometer::before {
    content: '\\1F321';
}
Preview: Thermometer

Thermometer JavaScript Code

1. Direct Symbol:
document.querySelector('.thermometer').textContent = '๐ŸŒก';
2. Unicode Escape for ๐ŸŒก:
document.querySelector('.thermometer').textContent = '\u1F321';
Preview: ๐ŸŒก