Squared Latin Capital Letter A

๐Ÿ„ฐ

Shortcodes

Copy and paste codes for Squared Latin Capital Letter A symbol ๐Ÿ„ฐ to use in your websites, apps, blogs, and more.

Unicode
U+1F130
HTML Code
🄰
HEX Code
🄰
CSS Code
\1F130
JS/JSON
\u1F130
Unix/C/PHP/JAVA
0x1F130
URL-encode
%F0%9F%84%B0
copied

Customize Squared Latin Capital Letter A Symbol

Customize ๐Ÿ„ฐ symbol as you like and download Squared Latin Capital Letter A 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 Squared Latin Capital Letter A symbol in HTML, CSS, and JS?

Insert ๐Ÿ„ฐ Squared Latin Capital Letter A using HTML

1. Copy-paste Squared Latin Capital Letter A directly:
<span>๐Ÿ„ฐ</span>
2. HTML Decimal Code:
<span>&#127280;</span>
3. Hexadecimal Code:
<span>&#x1F130;</span>
Preview: ๐Ÿ„ฐ

Add Squared Latin Capital Letter A symbol with CSS

.squared-latin-capital-letter-a::before {
    content: '\\1F130';
}
Preview: Squared Latin Capital Letter A

Squared Latin Capital Letter A JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-latin-capital-letter-a').textContent = '๐Ÿ„ฐ';
2. Unicode Escape for ๐Ÿ„ฐ:
document.querySelector('.squared-latin-capital-letter-a').textContent = '\u1F130';
Preview: ๐Ÿ„ฐ