Vertical Kana Repeat With Voiced Sound Mark Upper Half

Shortcodes

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

Unicode
U+3034
HTML Code
〴
HEX Code
〴
CSS Code
\3034
JS/JSON
\u3034
Unix/C/PHP/JAVA
0x3034
URL-encode
%E3%80%B4
copied

Customize Vertical Kana Repeat With Voiced Sound Mark Upper Half Symbol

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

Insert 〴 Vertical Kana Repeat With Voiced Sound Mark Upper Half using HTML

1. Copy-paste Vertical Kana Repeat With Voiced Sound Mark Upper Half directly:
<span>〴</span>
2. HTML Decimal Code:
<span>&#12340;</span>
3. Hexadecimal Code:
<span>&#x3034;</span>
Preview:

Add Vertical Kana Repeat With Voiced Sound Mark Upper Half symbol with CSS

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

Vertical Kana Repeat With Voiced Sound Mark Upper Half JavaScript Code

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