Wind Chime

๐ŸŽ

Shortcodes

Copy and paste codes for Wind Chime symbol ๐ŸŽ to use in your websites, apps, blogs, and more.

Unicode
U+1F390
HTML Code
🎐
HEX Code
🎐
CSS Code
\1F390
JS/JSON
\u1F390
Unix/C/PHP/JAVA
0x1F390
URL-encode
%F0%9F%8E%90
copied

Customize Wind Chime Symbol

Customize ๐ŸŽ symbol as you like and download Wind Chime 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 Wind Chime symbol in HTML, CSS, and JS?

Insert ๐ŸŽ Wind Chime using HTML

1. Copy-paste Wind Chime directly:
<span>๐ŸŽ</span>
2. HTML Decimal Code:
<span>&#127888;</span>
3. Hexadecimal Code:
<span>&#x1F390;</span>
Preview: ๐ŸŽ

Add Wind Chime symbol with CSS

.wind-chime::before {
    content: '\\1F390';
}
Preview: Wind Chime

Wind Chime JavaScript Code

1. Direct Symbol:
document.querySelector('.wind-chime').textContent = '๐ŸŽ';
2. Unicode Escape for ๐ŸŽ:
document.querySelector('.wind-chime').textContent = '\u1F390';
Preview: ๐ŸŽ