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