Mathematical Script Capital G

๐’ข

Shortcodes

Copy useful codes for mathematical script capital g symbol ๐’ข to use in websites, apps, blogs, and docs.

Unicode
U+1D4A2
HTML Code
𝒢
HEX Code
𝒢
CSS Code
\1D4A2
JS/JSON
\u1D4A2
Unix/C/PHP/JAVA
0x1D4A2
URL-encode
%F0%9D%92%A2

Customize Mathematical Script Capital G

Customize ๐’ข, download it as SVG or PNG, or copy the generated HTML snippet.

๐’ข
  

How to use Mathematical Script Capital G Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐’ข</span>
HTML Code:
<span>&#119970;</span>
HEX Code:
<span>&#x1D4A2;</span>

Add with CSS

.mathematical-script-capital-g::before {
  content: '\\1D4A2';
}

Set it in JavaScript

document.querySelector('.mathematical-script-capital-g').textContent = '๐’ข';
copied