Mathematical Bold Fraktur Capital A
๐ฌ
Shortcodes
Copy useful codes for mathematical bold fraktur capital a symbol ๐ฌ to use in websites, apps, blogs, and docs.
Unicode
U+1D56C HTML Code
𝕬 HEX Code
𝕬 CSS Code
\1D56C JS/JSON
\u1D56C Unix/C/PHP/JAVA
0x1D56C URL-encode
%F0%9D%95%AC Customize Mathematical Bold Fraktur Capital A
Customize ๐ฌ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฌ
How to use Mathematical Bold Fraktur 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-bold-fraktur-capital-a::before {
content: '\\1D56C';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-capital-a').textContent = '๐ฌ';