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