Mathematical Script Small Y

๐“Ž

Shortcodes

Copy and paste codes for Mathematical Script Small Y symbol ๐“Ž to use in your websites, apps, blogs, and more.

Unicode
U+1D4CE
HTML Code
𝓎
HEX Code
𝓎
CSS Code
\1D4CE
JS/JSON
\u1D4CE
Unix/C/PHP/JAVA
0x1D4CE
URL-encode
%F0%9D%93%8E
copied

Customize Mathematical Script Small Y Symbol

Customize ๐“Ž symbol as you like and download Mathematical Script Small Y as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐“Ž

                        
                    

How to add Mathematical Script Small Y symbol in HTML, CSS, and JS?

Insert ๐“Ž Mathematical Script Small Y using HTML

1. Copy-paste Mathematical Script Small Y directly:
<span>๐“Ž</span>
2. HTML Decimal Code:
<span>&#120014;</span>
3. Hexadecimal Code:
<span>&#x1D4CE;</span>
Preview: ๐“Ž

Add Mathematical Script Small Y symbol with CSS

.mathematical-script-small-y::before {
    content: '\\1D4CE';
}
Preview: Mathematical Script Small Y

Mathematical Script Small Y JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-y').textContent = '๐“Ž';
2. Unicode Escape for ๐“Ž:
document.querySelector('.mathematical-script-small-y').textContent = '\u1D4CE';
Preview: ๐“Ž