Squared Latin Capital Letter A

๐Ÿ„ฐ

Shortcodes

Copy useful codes for squared latin capital letter a symbol ๐Ÿ„ฐ to use in websites, apps, blogs, and docs.

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

Customize Squared Latin Capital Letter A

Customize ๐Ÿ„ฐ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿ„ฐ
  

How to use Squared Latin Capital Letter A Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ„ฐ</span>
HTML Code:
<span>&#127280;</span>
HEX Code:
<span>&#x1F130;</span>

Add with CSS

.squared-latin-capital-letter-a::before {
  content: '\\1F130';
}

Set it in JavaScript

document.querySelector('.squared-latin-capital-letter-a').textContent = '๐Ÿ„ฐ';
copied