Mathematical Bold Fraktur Capital G
๐ฒ
Shortcodes
Copy useful codes for mathematical bold fraktur capital g symbol ๐ฒ to use in websites, apps, blogs, and docs.
Unicode
U+1D572 HTML Code
𝕲 HEX Code
𝕲 CSS Code
\1D572 JS/JSON
\u1D572 Unix/C/PHP/JAVA
0x1D572 URL-encode
%F0%9D%95%B2 Customize Mathematical Bold Fraktur Capital G
Customize ๐ฒ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฒ
How to use Mathematical Bold Fraktur Capital G 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-bold-fraktur-capital-g::before {
content: '\\1D572';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-capital-g').textContent = '๐ฒ';