Mathematical Sans-serif Bold Italic Small Y

𝙮

Shortcodes

Copy useful codes for mathematical sans-serif bold italic small y symbol 𝙮 to use in websites, apps, blogs, and docs.

Unicode
U+1D66E
HTML Code
𝙮
HEX Code
𝙮
CSS Code
\1D66E
JS/JSON
\u1D66E
Unix/C/PHP/JAVA
0x1D66E
URL-encode
%F0%9D%99%AE

Customize Mathematical Sans-serif Bold Italic Small Y

Customize 𝙮, download it as SVG or PNG, or copy the generated HTML snippet.

𝙮
  

How to use Mathematical Sans-serif Bold Italic Small Y Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>𝙮</span>
HTML Code:
<span>&#120430;</span>
HEX Code:
<span>&#x1D66E;</span>

Add with CSS

.mathematical-sans-serif-bold-italic-small-y::before {
  content: '\\1D66E';
}

Set it in JavaScript

document.querySelector('.mathematical-sans-serif-bold-italic-small-y').textContent = '𝙮';
copied