Mathematical Double-struck Capital A
๐ธ
Shortcodes
Copy useful codes for mathematical double-struck capital a symbol ๐ธ to use in websites, apps, blogs, and docs.
Unicode
U+1D538 HTML Code
𝔸 HEX Code
𝔸 CSS Code
\1D538 JS/JSON
\u1D538 Unix/C/PHP/JAVA
0x1D538 URL-encode
%F0%9D%94%B8 Customize Mathematical Double-struck Capital A
Customize ๐ธ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ธ
How to use Mathematical Double-struck Capital A Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ธ</span> HTML Code:
<span>𝔸</span> HEX Code:
<span>𝔸</span> Add with CSS
.mathematical-double-struck-capital-a::before {
content: '\\1D538';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-capital-a').textContent = '๐ธ';