Script Small G

Shortcodes

Copy and paste codes for Script Small G symbol ℊ to use in your websites, apps, blogs, and more.

Unicode
U+210A
HTML Code
ℊ
HEX Code
ℊ
CSS Code
\210A
JS/JSON
\u210A
Unix/C/PHP/JAVA
0x210A
URL-encode
%E2%84%8A
copied

Customize Script Small G Symbol

Customize ℊ symbol as you like and download Script 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 Script Small G symbol in HTML, CSS, and JS?

Insert ℊ Script Small G using HTML

1. Copy-paste Script Small G directly:
<span>ℊ</span>
2. HTML Decimal Code:
<span>&#8458;</span>
3. Hexadecimal Code:
<span>&#x210A;</span>
Preview:

Add Script Small G symbol with CSS

.script-small-g::before {
    content: '\\210A';
}
Preview: Script Small G

Script Small G JavaScript Code

1. Direct Symbol:
document.querySelector('.script-small-g').textContent = 'ℊ';
2. Unicode Escape for ℊ:
document.querySelector('.script-small-g').textContent = '\u210A';
Preview: