Mathematical Sans-serif Bold Italic Capital A
๐ผ
Shortcodes
Copy useful codes for mathematical sans-serif bold italic capital a symbol ๐ผ to use in websites, apps, blogs, and docs.
Unicode
U+1D63C HTML Code
𝘼 HEX Code
𝘼 CSS Code
\1D63C JS/JSON
\u1D63C Unix/C/PHP/JAVA
0x1D63C URL-encode
%F0%9D%98%BC Customize Mathematical Sans-serif Bold Italic Capital A
Customize ๐ผ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ผ
How to use Mathematical Sans-serif Bold Italic 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-sans-serif-bold-italic-capital-a::before {
content: '\\1D63C';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-bold-italic-capital-a').textContent = '๐ผ';