Mathematical Bold Fraktur Small F

๐–‹

Shortcodes

Copy and paste codes for Mathematical Bold Fraktur Small F symbol ๐–‹ to use in your websites, apps, blogs, and more.

Unicode
U+1D58B
HTML Code
𝖋
HEX Code
𝖋
CSS Code
\1D58B
JS/JSON
\u1D58B
Unix/C/PHP/JAVA
0x1D58B
URL-encode
%F0%9D%96%8B
copied

Customize Mathematical Bold Fraktur Small F Symbol

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

Insert ๐–‹ Mathematical Bold Fraktur Small F using HTML

1. Copy-paste Mathematical Bold Fraktur Small F directly:
<span>๐–‹</span>
2. HTML Decimal Code:
<span>&#120203;</span>
3. Hexadecimal Code:
<span>&#x1D58B;</span>
Preview: ๐–‹

Add Mathematical Bold Fraktur Small F symbol with CSS

.mathematical-bold-fraktur-small-f::before {
    content: '\\1D58B';
}
Preview: Mathematical Bold Fraktur Small F

Mathematical Bold Fraktur Small F JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-fraktur-small-f').textContent = '๐–‹';
2. Unicode Escape for ๐–‹:
document.querySelector('.mathematical-bold-fraktur-small-f').textContent = '\u1D58B';
Preview: ๐–‹