Square Bar

Shortcodes

Copy and paste codes for Square Bar symbol ㍴ to use in your websites, apps, blogs, and more.

Unicode
U+3374
HTML Code
㍴
HEX Code
㍴
CSS Code
\3374
JS/JSON
\u3374
Unix/C/PHP/JAVA
0x3374
URL-encode
%E3%8D%B4
copied

Customize Square Bar Symbol

Customize ㍴ symbol as you like and download Square Bar 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 Square Bar symbol in HTML, CSS, and JS?

Insert ㍴ Square Bar using HTML

1. Copy-paste Square Bar directly:
<span>㍴</span>
2. HTML Decimal Code:
<span>&#13172;</span>
3. Hexadecimal Code:
<span>&#x3374;</span>
Preview:

Add Square Bar symbol with CSS

.square-bar::before {
    content: '\\3374';
}
Preview: Square Bar

Square Bar JavaScript Code

1. Direct Symbol:
document.querySelector('.square-bar').textContent = '㍴';
2. Unicode Escape for ㍴:
document.querySelector('.square-bar').textContent = '\u3374';
Preview: