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