Hot Springs

Shortcodes

Copy and paste codes for Hot Springs symbol ♨ to use in your websites, apps, blogs, and more.

Unicode
U+2668
HTML Code
♨
HEX Code
♨
CSS Code
\2668
JS/JSON
\u2668
Unix/C/PHP/JAVA
0x2668
URL-encode
%E2%99%A8
copied

Customize Hot Springs Symbol

Customize ♨ symbol as you like and download Hot Springs 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 Hot Springs symbol in HTML, CSS, and JS?

Insert ♨ Hot Springs using HTML

1. Copy-paste Hot Springs directly:
<span>♨</span>
2. HTML Decimal Code:
<span>&#9832;</span>
3. Hexadecimal Code:
<span>&#x2668;</span>
Preview:

Add Hot Springs symbol with CSS

.hot-springs::before {
    content: '\\2668';
}
Preview: Hot Springs

Hot Springs JavaScript Code

1. Direct Symbol:
document.querySelector('.hot-springs').textContent = '♨';
2. Unicode Escape for ♨:
document.querySelector('.hot-springs').textContent = '\u2668';
Preview: