Vertical Kana Repeat With Voiced Sound Mark Upper Half

Shortcodes

Copy useful codes for vertical kana repeat with voiced sound mark upper half symbol 〴 to use in websites, apps, blogs, and docs.

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

Customize Vertical Kana Repeat With Voiced Sound Mark Upper Half

Customize 〴, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Vertical Kana Repeat With Voiced Sound Mark Upper Half Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>〴</span>
HTML Code:
<span>&#12340;</span>
HEX Code:
<span>&#x3034;</span>

Add with CSS

.vertical-kana-repeat-with-voiced-sound-mark-upper-half::before {
  content: '\\3034';
}

Set it in JavaScript

document.querySelector('.vertical-kana-repeat-with-voiced-sound-mark-upper-half').textContent = '〴';
copied