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

Add with CSS

.mathematical-script-capital-a::before {
  content: '\\1D49C';
}

Set it in JavaScript

document.querySelector('.mathematical-script-capital-a').textContent = '๐’œ';
copied