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