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