Mathematical Bold Script Small F
๐ฏ
Shortcodes
Copy useful codes for mathematical bold script small f symbol ๐ฏ to use in websites, apps, blogs, and docs.
Unicode
U+1D4EF HTML Code
𝓯 HEX Code
𝓯 CSS Code
\1D4EF JS/JSON
\u1D4EF Unix/C/PHP/JAVA
0x1D4EF URL-encode
%F0%9D%93%AF Customize Mathematical Bold Script Small F
Customize ๐ฏ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฏ
How to use Mathematical Bold Script Small F Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฏ</span> HTML Code:
<span>𝓯</span> HEX Code:
<span>𝓯</span> Add with CSS
.mathematical-bold-script-small-f::before {
content: '\\1D4EF';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-f').textContent = '๐ฏ';