Upper Left Or Lower Right Curly Bracket Section

Shortcodes

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

Unicode
U+23B0
HTML Code
⎰
HEX Code
⎰
CSS Code
\23B0
JS/JSON
\u23B0
Unix/C/PHP/JAVA
0x23B0
URL-encode
%E2%8E%B0
copied

Customize Upper Left Or Lower Right Curly Bracket Section Symbol

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

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

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

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

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

Upper Left Or Lower Right Curly Bracket Section JavaScript Code

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