Mathematical Sans-serif Italic Small Q
๐ฒ
Shortcodes
Copy useful codes for mathematical sans-serif italic small q symbol ๐ฒ to use in websites, apps, blogs, and docs.
Unicode
U+1D632 HTML Code
𝘲 HEX Code
𝘲 CSS Code
\1D632 JS/JSON
\u1D632 Unix/C/PHP/JAVA
0x1D632 URL-encode
%F0%9D%98%B2 Customize Mathematical Sans-serif Italic Small Q
Customize ๐ฒ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฒ
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-q::before {
content: '\\1D632';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-q').textContent = '๐ฒ';