Right White Lenticular Bracket

Shortcodes

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

Unicode
U+3017
HTML Code
〗
HEX Code
〗
CSS Code
\3017
JS/JSON
\u3017
Unix/C/PHP/JAVA
0x3017
URL-encode
%E3%80%97

Customize Right White Lenticular Bracket

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

  

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

Insert in HTML

1. Direct symbol:
<span>〗</span>
HTML Code:
<span>&#12311;</span>
HEX Code:
<span>&#x3017;</span>

Add with CSS

.right-white-lenticular-bracket::before {
  content: '\\3017';
}

Set it in JavaScript

document.querySelector('.right-white-lenticular-bracket').textContent = '〗';
copied