Vertical Kana Repeat Mark
〱
Shortcodes
Copy useful codes for vertical kana repeat mark symbol 〱 to use in websites, apps, blogs, and docs.
Unicode
U+3031 HTML Code
〱 HEX Code
〱 CSS Code
\3031 JS/JSON
\u3031 Unix/C/PHP/JAVA
0x3031 URL-encode
%E3%80%B1 Customize Vertical Kana Repeat Mark
Customize 〱, download it as SVG or PNG, or copy the generated HTML snippet.
〱
How to use Vertical Kana Repeat Mark Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>〱</span> HTML Code:
<span>〱</span> HEX Code:
<span>〱</span> Add with CSS
.vertical-kana-repeat-mark::before {
content: '\\3031';
} Set it in JavaScript
document.querySelector('.vertical-kana-repeat-mark').textContent = '〱';