Wave Dash
〜
Shortcodes
Copy and paste codes for Wave Dash symbol 〜 to use in your websites, apps, blogs, and more.
Unicode
U+301C
HTML Code
〜
HEX Code
〜
CSS Code
\301C
JS/JSON
\u301C
Unix/C/PHP/JAVA
0x301C
URL-encode
%E3%80%9C
copied
Customize Wave Dash Symbol
Customize 〜 symbol as you like and download Wave Dash 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 Wave Dash symbol in HTML, CSS, and JS?
Insert 〜 Wave Dash using HTML
1. Copy-paste Wave Dash directly:
<span>〜</span>
2. HTML Decimal Code:
<span>〜</span>
3. Hexadecimal Code:
<span>〜</span>
Preview:
〜
Add Wave Dash symbol with CSS
.wave-dash::before {
content: '\\301C';
}
Preview: Wave Dash
Wave Dash JavaScript Code
1. Direct Symbol:
document.querySelector('.wave-dash').textContent = '〜';
2. Unicode Escape for 〜:
document.querySelector('.wave-dash').textContent = '\u301C';
Preview: 〜