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>&#12337;</span>
HEX Code:
<span>&#x3031;</span>

Add with CSS

.vertical-kana-repeat-mark::before {
  content: '\\3031';
}

Set it in JavaScript

document.querySelector('.vertical-kana-repeat-mark').textContent = '〱';

Related Bracket Symbols

View all Bracket Symbols
copied