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