Vertical Kana Repeat With Voiced Sound Mark

Shortcodes

Copy and paste codes for Vertical Kana Repeat With Voiced Sound Mark symbol 〲 to use in your websites, apps, blogs, and more.

Unicode
U+3032
HTML Code
〲
HEX Code
〲
CSS Code
\3032
JS/JSON
\u3032
Unix/C/PHP/JAVA
0x3032
URL-encode
%E3%80%B2
copied

Customize Vertical Kana Repeat With Voiced Sound Mark Symbol

Customize 〲 symbol as you like and download Vertical Kana Repeat With Voiced Sound Mark 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 Vertical Kana Repeat With Voiced Sound Mark symbol in HTML, CSS, and JS?

Insert 〲 Vertical Kana Repeat With Voiced Sound Mark using HTML

1. Copy-paste Vertical Kana Repeat With Voiced Sound Mark directly:
<span>〲</span>
2. HTML Decimal Code:
<span>&#12338;</span>
3. Hexadecimal Code:
<span>&#x3032;</span>
Preview:

Add Vertical Kana Repeat With Voiced Sound Mark symbol with CSS

.vertical-kana-repeat-with-voiced-sound-mark::before {
    content: '\\3032';
}
Preview: Vertical Kana Repeat With Voiced Sound Mark

Vertical Kana Repeat With Voiced Sound Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.vertical-kana-repeat-with-voiced-sound-mark').textContent = '〲';
2. Unicode Escape for 〲:
document.querySelector('.vertical-kana-repeat-with-voiced-sound-mark').textContent = '\u3032';
Preview: