Mathematical Bold Script Small G

๐“ฐ

Shortcodes

Copy and paste codes for Mathematical Bold Script Small G symbol ๐“ฐ to use in your websites, apps, blogs, and more.

Unicode
U+1D4F0
HTML Code
𝓰
HEX Code
𝓰
CSS Code
\1D4F0
JS/JSON
\u1D4F0
Unix/C/PHP/JAVA
0x1D4F0
URL-encode
%F0%9D%93%B0
copied

Customize Mathematical Bold Script Small G Symbol

Customize ๐“ฐ symbol as you like and download Mathematical Bold Script Small G 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 Bold Script Small G symbol in HTML, CSS, and JS?

Insert ๐“ฐ Mathematical Bold Script Small G using HTML

1. Copy-paste Mathematical Bold Script Small G directly:
<span>๐“ฐ</span>
2. HTML Decimal Code:
<span>&#120048;</span>
3. Hexadecimal Code:
<span>&#x1D4F0;</span>
Preview: ๐“ฐ

Add Mathematical Bold Script Small G symbol with CSS

.mathematical-bold-script-small-g::before {
    content: '\\1D4F0';
}
Preview: Mathematical Bold Script Small G

Mathematical Bold Script Small G JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-g').textContent = '๐“ฐ';
2. Unicode Escape for ๐“ฐ:
document.querySelector('.mathematical-bold-script-small-g').textContent = '\u1D4F0';
Preview: ๐“ฐ