Script Small G
ℊ
Shortcodes
Copy useful codes for script small g symbol ℊ to use in websites, apps, blogs, and docs.
Unicode
U+210A HTML Code
ℊ HEX Code
ℊ CSS Code
\210A JS/JSON
\u210A Unix/C/PHP/JAVA
0x210A URL-encode
%E2%84%8A Customize Script Small G
Customize ℊ, download it as SVG or PNG, or copy the generated HTML snippet.
ℊ
How to use 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
.script-small-g::before {
content: '\\210A';
} Set it in JavaScript
document.querySelector('.script-small-g').textContent = 'ℊ';