| Symbol Name | Wind Chime |
| Unicode Version | 0.6 |
| Unicode | U+1F390 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F390 |
| Hex Code | 0x1F390 |
| HTML Code | 🎐 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🎐 |
| URL encode (UTF-8 percent) | %F0%9F%8E%90 |
| Spoken / screen reader name | Wind Chime |
| UTF-8 | F0 9F 8E 90 |
| UTF-16 | D83C DF90 |
| UTF-32 | 0001F390 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the wind chime symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "wind chime".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "wind chime".
Emoji keyboard → Activities; search "wind chime".
1span.wind-chime::before { content: "\1F390"; } /* prefer inline grapheme for ZWJ */1<span>🎐</span>Wind Chime symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF90' or String.fromCodePoint(0x1F390) |
| Python | '\N{WIND CHIME}' |
| Rust | '\u{1F390}' |
| Swift | "\u{1F390}" |
| Go | string(rune(0x1F390)) |
| Ruby | "\u{1F390}" |