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