Mathematical Fraktur Small A

๐”ž

Shortcodes

Copy and paste codes for Mathematical Fraktur Small A symbol ๐”ž to use in your websites, apps, blogs, and more.

Unicode
U+1D51E
HTML Code
𝔞
HEX Code
𝔞
CSS Code
\1D51E
JS/JSON
\u1D51E
Unix/C/PHP/JAVA
0x1D51E
URL-encode
%F0%9D%94%9E
copied

Customize Mathematical Fraktur Small A Symbol

Customize ๐”ž symbol as you like and download Mathematical Fraktur Small A as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐”ž

                        
                    

How to add Mathematical Fraktur Small A symbol in HTML, CSS, and JS?

Insert ๐”ž Mathematical Fraktur Small A using HTML

1. Copy-paste Mathematical Fraktur Small A directly:
<span>๐”ž</span>
2. HTML Decimal Code:
<span>&#120094;</span>
3. Hexadecimal Code:
<span>&#x1D51E;</span>
Preview: ๐”ž

Add Mathematical Fraktur Small A symbol with CSS

.mathematical-fraktur-small-a::before {
    content: '\\1D51E';
}
Preview: Mathematical Fraktur Small A

Mathematical Fraktur Small A JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-a').textContent = '๐”ž';
2. Unicode Escape for ๐”ž:
document.querySelector('.mathematical-fraktur-small-a').textContent = '\u1D51E';
Preview: ๐”ž