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