Mathematical Sans-serif Italic Small X
๐น
Shortcodes
Copy useful codes for mathematical sans-serif italic small x symbol ๐น to use in websites, apps, blogs, and docs.
Unicode
U+1D639 HTML Code
𝘹 HEX Code
𝘹 CSS Code
\1D639 JS/JSON
\u1D639 Unix/C/PHP/JAVA
0x1D639 URL-encode
%F0%9D%98%B9 Customize Mathematical Sans-serif Italic Small X
Customize ๐น, download it as SVG or PNG, or copy the generated HTML snippet.
๐น
How to use Mathematical Sans-serif Italic Small X 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-sans-serif-italic-small-x::before {
content: '\\1D639';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-x').textContent = '๐น';