Upper Right Or Lower Left Curly Bracket Section

Shortcodes

Copy and paste codes for Upper Right Or Lower Left Curly Bracket Section symbol ⎱ to use in your websites, apps, blogs, and more.

Unicode
U+23B1
HTML Code
⎱
HEX Code
⎱
CSS Code
\23B1
JS/JSON
\u23B1
Unix/C/PHP/JAVA
0x23B1
URL-encode
%E2%8E%B1
copied

Customize Upper Right Or Lower Left Curly Bracket Section Symbol

Customize ⎱ symbol as you like and download Upper Right Or Lower Left Curly Bracket Section 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 Upper Right Or Lower Left Curly Bracket Section symbol in HTML, CSS, and JS?

Insert ⎱ Upper Right Or Lower Left Curly Bracket Section using HTML

1. Copy-paste Upper Right Or Lower Left Curly Bracket Section directly:
<span>⎱</span>
2. HTML Decimal Code:
<span>&#9137;</span>
3. Hexadecimal Code:
<span>&#x23B1;</span>
Preview:

Add Upper Right Or Lower Left Curly Bracket Section symbol with CSS

.upper-right-or-lower-left-curly-bracket-section::before {
    content: '\\23B1';
}
Preview: Upper Right Or Lower Left Curly Bracket Section

Upper Right Or Lower Left Curly Bracket Section JavaScript Code

1. Direct Symbol:
document.querySelector('.upper-right-or-lower-left-curly-bracket-section').textContent = '⎱';
2. Unicode Escape for ⎱:
document.querySelector('.upper-right-or-lower-left-curly-bracket-section').textContent = '\u23B1';
Preview: