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