Left Square Bracket With Tick In Bottom Corner

Shortcodes

Copy and paste codes for Left Square Bracket With Tick In Bottom Corner symbol ⦏ to use in your websites, apps, blogs, and more.

Unicode
U+298F
HTML Code
⦏
HEX Code
⦏
CSS Code
\298F
JS/JSON
\u298F
Unix/C/PHP/JAVA
0x298F
URL-encode
%E2%A6%8F
copied

Customize Left Square Bracket With Tick In Bottom Corner Symbol

Customize ⦏ symbol as you like and download Left Square Bracket With Tick In Bottom Corner 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 Left Square Bracket With Tick In Bottom Corner symbol in HTML, CSS, and JS?

Insert ⦏ Left Square Bracket With Tick In Bottom Corner using HTML

1. Copy-paste Left Square Bracket With Tick In Bottom Corner directly:
<span>⦏</span>
2. HTML Decimal Code:
<span>&#10639;</span>
3. Hexadecimal Code:
<span>&#x298F;</span>
Preview:

Add Left Square Bracket With Tick In Bottom Corner symbol with CSS

.left-square-bracket-with-tick-in-bottom-corner::before {
    content: '\\298F';
}
Preview: Left Square Bracket With Tick In Bottom Corner

Left Square Bracket With Tick In Bottom Corner JavaScript Code

1. Direct Symbol:
document.querySelector('.left-square-bracket-with-tick-in-bottom-corner').textContent = '⦏';
2. Unicode Escape for ⦏:
document.querySelector('.left-square-bracket-with-tick-in-bottom-corner').textContent = '\u298F';
Preview: