Mathematical Bold Script Small D

๐“ญ

Shortcodes

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

Unicode
U+1D4ED
HTML Code
𝓭
HEX Code
𝓭
CSS Code
\1D4ED
JS/JSON
\u1D4ED
Unix/C/PHP/JAVA
0x1D4ED
URL-encode
%F0%9D%93%AD
copied

Customize Mathematical Bold Script Small D Symbol

Customize ๐“ญ symbol as you like and download Mathematical Bold Script Small D 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 D symbol in HTML, CSS, and JS?

Insert ๐“ญ Mathematical Bold Script Small D using HTML

1. Copy-paste Mathematical Bold Script Small D directly:
<span>๐“ญ</span>
2. HTML Decimal Code:
<span>&#120045;</span>
3. Hexadecimal Code:
<span>&#x1D4ED;</span>
Preview: ๐“ญ

Add Mathematical Bold Script Small D symbol with CSS

.mathematical-bold-script-small-d::before {
    content: '\\1D4ED';
}
Preview: Mathematical Bold Script Small D

Mathematical Bold Script Small D JavaScript Code

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