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

Add with CSS

.mathematical-bold-script-small-a::before {
  content: '\\1D4EA';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-small-a').textContent = '๐“ช';
copied