Mathematical Double-struck Capital G

๐”พ

Shortcodes

Copy useful codes for mathematical double-struck capital g symbol ๐”พ to use in websites, apps, blogs, and docs.

Unicode
U+1D53E
HTML Code
𝔾
HEX Code
𝔾
CSS Code
\1D53E
JS/JSON
\u1D53E
Unix/C/PHP/JAVA
0x1D53E
URL-encode
%F0%9D%94%BE

Customize Mathematical Double-struck Capital G

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

๐”พ
  

How to use Mathematical Double-struck Capital G Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐”พ</span>
HTML Code:
<span>&#120126;</span>
HEX Code:
<span>&#x1D53E;</span>

Add with CSS

.mathematical-double-struck-capital-g::before {
  content: '\\1D53E';
}

Set it in JavaScript

document.querySelector('.mathematical-double-struck-capital-g').textContent = '๐”พ';

Related Fancy Letters

View all Fancy Letters
copied