Mathematical Fraktur Small Q
๐ฎ
Shortcodes
Copy useful codes for mathematical fraktur small q symbol ๐ฎ to use in websites, apps, blogs, and docs.
Unicode
U+1D52E HTML Code
𝔮 HEX Code
𝔮 CSS Code
\1D52E JS/JSON
\u1D52E Unix/C/PHP/JAVA
0x1D52E URL-encode
%F0%9D%94%AE Customize Mathematical Fraktur Small Q
Customize ๐ฎ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฎ
How to use Mathematical Fraktur Small Q 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-fraktur-small-q::before {
content: '\\1D52E';
} Set it in JavaScript
document.querySelector('.mathematical-fraktur-small-q').textContent = '๐ฎ';