Mathematical Bold Script Small F

๐“ฏ

Shortcodes

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

Unicode
U+1D4EF
HTML Code
𝓯
HEX Code
𝓯
CSS Code
\1D4EF
JS/JSON
\u1D4EF
Unix/C/PHP/JAVA
0x1D4EF
URL-encode
%F0%9D%93%AF
copied

Customize Mathematical Bold Script Small F Symbol

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

Insert ๐“ฏ Mathematical Bold Script Small F using HTML

1. Copy-paste Mathematical Bold Script Small F directly:
<span>๐“ฏ</span>
2. HTML Decimal Code:
<span>&#120047;</span>
3. Hexadecimal Code:
<span>&#x1D4EF;</span>
Preview: ๐“ฏ

Add Mathematical Bold Script Small F symbol with CSS

.mathematical-bold-script-small-f::before {
    content: '\\1D4EF';
}
Preview: Mathematical Bold Script Small F

Mathematical Bold Script Small F JavaScript Code

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