Turned Small F
ⅎ
Shortcodes
Copy useful codes for turned small f symbol ⅎ to use in websites, apps, blogs, and docs.
Unicode
U+214E HTML Code
ⅎ HEX Code
ⅎ CSS Code
\214E JS/JSON
\u214E Unix/C/PHP/JAVA
0x214E URL-encode
%E2%85%8E Customize Turned Small F
Customize ⅎ, download it as SVG or PNG, or copy the generated HTML snippet.
ⅎ
How to use Turned 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
.turned-small-f::before {
content: '\\214E';
} Set it in JavaScript
document.querySelector('.turned-small-f').textContent = 'ⅎ';