Mathematical Bold Script Small G
๐ฐ
Shortcodes
Copy useful codes for mathematical bold script small g symbol ๐ฐ to use in websites, apps, blogs, and docs.
Unicode
U+1D4F0 HTML Code
𝓰 HEX Code
𝓰 CSS Code
\1D4F0 JS/JSON
\u1D4F0 Unix/C/PHP/JAVA
0x1D4F0 URL-encode
%F0%9D%93%B0 Customize Mathematical Bold Script Small G
Customize ๐ฐ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฐ
How to use Mathematical Bold Script Small 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-script-small-g::before {
content: '\\1D4F0';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-g').textContent = '๐ฐ';