Square Au

Shortcodes

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

Unicode
U+3373
HTML Code
㍳
HEX Code
㍳
CSS Code
\3373
JS/JSON
\u3373
Unix/C/PHP/JAVA
0x3373
URL-encode
%E3%8D%B3
copied

Customize Square Au Symbol

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

Insert ㍳ Square Au using HTML

1. Copy-paste Square Au directly:
<span>㍳</span>
2. HTML Decimal Code:
<span>&#13171;</span>
3. Hexadecimal Code:
<span>&#x3373;</span>
Preview:

Add Square Au symbol with CSS

.square-au::before {
    content: '\\3373';
}
Preview: Square Au

Square Au JavaScript Code

1. Direct Symbol:
document.querySelector('.square-au').textContent = '㍳';
2. Unicode Escape for ㍳:
document.querySelector('.square-au').textContent = '\u3373';
Preview: