Right White Corner Bracket

Shortcodes

Copy and paste codes for Right White Corner Bracket symbol 』 to use in your websites, apps, blogs, and more.

Unicode
U+300F
HTML Code
』
HEX Code
』
CSS Code
\300F
JS/JSON
\u300F
Unix/C/PHP/JAVA
0x300F
URL-encode
%E3%80%8F
copied

Customize Right White Corner Bracket Symbol

Customize 』 symbol as you like and download Right White Corner Bracket as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Right White Corner Bracket symbol in HTML, CSS, and JS?

Insert 』 Right White Corner Bracket using HTML

1. Copy-paste Right White Corner Bracket directly:
<span>』</span>
2. HTML Decimal Code:
<span>&#12303;</span>
3. Hexadecimal Code:
<span>&#x300F;</span>
Preview:

Add Right White Corner Bracket symbol with CSS

.right-white-corner-bracket::before {
    content: '\\300F';
}
Preview: Right White Corner Bracket

Right White Corner Bracket JavaScript Code

1. Direct Symbol:
document.querySelector('.right-white-corner-bracket').textContent = '』';
2. Unicode Escape for 』:
document.querySelector('.right-white-corner-bracket').textContent = '\u300F';
Preview: