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