Mathematical Sans-serif Italic Small G
๐จ
Shortcodes
Copy useful codes for mathematical sans-serif italic small g symbol ๐จ to use in websites, apps, blogs, and docs.
Unicode
U+1D628 HTML Code
𝘨 HEX Code
𝘨 CSS Code
\1D628 JS/JSON
\u1D628 Unix/C/PHP/JAVA
0x1D628 URL-encode
%F0%9D%98%A8 Customize Mathematical Sans-serif Italic Small G
Customize ๐จ, download it as SVG or PNG, or copy the generated HTML snippet.
๐จ
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-g::before {
content: '\\1D628';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-g').textContent = '๐จ';