Mathematical Script Small U
๐
Shortcodes
Copy useful codes for mathematical script small u symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1D4CA HTML Code
𝓊 HEX Code
𝓊 CSS Code
\1D4CA JS/JSON
\u1D4CA Unix/C/PHP/JAVA
0x1D4CA URL-encode
%F0%9D%93%8A Customize Mathematical Script Small U
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Mathematical Script 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-script-small-u::before {
content: '\\1D4CA';
} Set it in JavaScript
document.querySelector('.mathematical-script-small-u').textContent = '๐';