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>&#120120;</span>
HEX Code:
<span>&#x1D538;</span>

Add with CSS

.mathematical-double-struck-capital-a::before {
  content: '\\1D538';
}

Set it in JavaScript

document.querySelector('.mathematical-double-struck-capital-a').textContent = '๐”ธ';

Related Fancy Letters

View all Fancy Letters
copied