Fullwidth Latin Capital Letter F
F
Shortcodes
Copy useful codes for fullwidth latin capital letter f symbol F to use in websites, apps, blogs, and docs.
Unicode
U+FF26 HTML Code
F HEX Code
F CSS Code
\FF26 JS/JSON
\uFF26 Unix/C/PHP/JAVA
0xFF26 URL-encode
%EF%BC%A6 Customize Fullwidth Latin Capital Letter F
Customize F, download it as SVG or PNG, or copy the generated HTML snippet.
F
How to use Fullwidth Latin Capital Letter F Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>F</span> HTML Code:
<span>F</span> HEX Code:
<span>F</span> Add with CSS
.fullwidth-latin-capital-letter-f::before {
content: '\\FF26';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-capital-letter-f').textContent = 'F';