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>𝔾</span> HEX Code:
<span>𝔾</span> Add with CSS
.mathematical-double-struck-capital-g::before {
content: '\\1D53E';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-capital-g').textContent = '๐พ';