Right Black Lenticular Bracket

Shortcodes

Copy useful codes for right black lenticular bracket symbol 】 to use in websites, apps, blogs, and docs.

Unicode
U+3011
HTML Code
】
HEX Code
】
CSS Code
\3011
JS/JSON
\u3011
Unix/C/PHP/JAVA
0x3011
URL-encode
%E3%80%91

Customize Right Black Lenticular Bracket

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

  

How to use Right Black Lenticular Bracket Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>】</span>
HTML Code:
<span>&#12305;</span>
HEX Code:
<span>&#x3011;</span>

Add with CSS

.right-black-lenticular-bracket::before {
  content: '\\3011';
}

Set it in JavaScript

document.querySelector('.right-black-lenticular-bracket').textContent = '】';
copied