Mathematical Script Small F

๐’ป

Shortcodes

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

Unicode
U+1D4BB
HTML Code
𝒻
HEX Code
𝒻
CSS Code
\1D4BB
JS/JSON
\u1D4BB
Unix/C/PHP/JAVA
0x1D4BB
URL-encode
%F0%9D%92%BB
copied

Customize Mathematical Script Small F Symbol

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

Insert ๐’ป Mathematical Script Small F using HTML

1. Copy-paste Mathematical Script Small F directly:
<span>๐’ป</span>
2. HTML Decimal Code:
<span>&#119995;</span>
3. Hexadecimal Code:
<span>&#x1D4BB;</span>
Preview: ๐’ป

Add Mathematical Script Small F symbol with CSS

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

Mathematical Script Small F JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-f').textContent = '๐’ป';
2. Unicode Escape for ๐’ป:
document.querySelector('.mathematical-script-small-f').textContent = '\u1D4BB';
Preview: ๐’ป