Mathematical Bold Script Small Q

๐“บ

Shortcodes

Copy and paste codes for Mathematical Bold Script Small Q symbol ๐“บ to use in your websites, apps, blogs, and more.

Unicode
U+1D4FA
HTML Code
𝓺
HEX Code
𝓺
CSS Code
\1D4FA
JS/JSON
\u1D4FA
Unix/C/PHP/JAVA
0x1D4FA
URL-encode
%F0%9D%93%BA
copied

Customize Mathematical Bold Script Small Q Symbol

Customize ๐“บ symbol as you like and download Mathematical Bold Script Small Q as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐“บ

                        
                    

How to add Mathematical Bold Script Small Q symbol in HTML, CSS, and JS?

Insert ๐“บ Mathematical Bold Script Small Q using HTML

1. Copy-paste Mathematical Bold Script Small Q directly:
<span>๐“บ</span>
2. HTML Decimal Code:
<span>&#120058;</span>
3. Hexadecimal Code:
<span>&#x1D4FA;</span>
Preview: ๐“บ

Add Mathematical Bold Script Small Q symbol with CSS

.mathematical-bold-script-small-q::before {
    content: '\\1D4FA';
}
Preview: Mathematical Bold Script Small Q

Mathematical Bold Script Small Q JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-q').textContent = '๐“บ';
2. Unicode Escape for ๐“บ:
document.querySelector('.mathematical-bold-script-small-q').textContent = '\u1D4FA';
Preview: ๐“บ