Mathematical Script Small F
๐ป
Shortcodes
Copy useful codes for mathematical script small f symbol ๐ป to use in websites, apps, blogs, and docs.
Unicode
U+1D4BB HTML Code
𝒻 HEX Code
𝒻 CSS Code
\1D4BB JS/JSON
\u1D4BB Unix/C/PHP/JAVA
0x1D4BB URL-encode
%F0%9D%92%BB Customize Mathematical Script Small F
Customize ๐ป, download it as SVG or PNG, or copy the generated HTML snippet.
๐ป
How to use Mathematical 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-script-small-f::before {
content: '\\1D4BB';
} Set it in JavaScript
document.querySelector('.mathematical-script-small-f').textContent = '๐ป';