Mathematical Bold Fraktur Small G

๐–Œ

Shortcodes

Copy and paste codes for Mathematical Bold Fraktur Small G symbol ๐–Œ to use in your websites, apps, blogs, and more.

Unicode
U+1D58C
HTML Code
𝖌
HEX Code
𝖌
CSS Code
\1D58C
JS/JSON
\u1D58C
Unix/C/PHP/JAVA
0x1D58C
URL-encode
%F0%9D%96%8C
copied

Customize Mathematical Bold Fraktur Small G Symbol

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

Insert ๐–Œ Mathematical Bold Fraktur Small G using HTML

1. Copy-paste Mathematical Bold Fraktur Small G directly:
<span>๐–Œ</span>
2. HTML Decimal Code:
<span>&#120204;</span>
3. Hexadecimal Code:
<span>&#x1D58C;</span>
Preview: ๐–Œ

Add Mathematical Bold Fraktur Small G symbol with CSS

.mathematical-bold-fraktur-small-g::before {
    content: '\\1D58C';
}
Preview: Mathematical Bold Fraktur Small G

Mathematical Bold Fraktur Small G JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-fraktur-small-g').textContent = '๐–Œ';
2. Unicode Escape for ๐–Œ:
document.querySelector('.mathematical-bold-fraktur-small-g').textContent = '\u1D58C';
Preview: ๐–Œ