Mathematical Bold Fraktur Small Y

๐–ž

Shortcodes

Copy useful codes for mathematical bold fraktur small y symbol ๐–ž to use in websites, apps, blogs, and docs.

Unicode
U+1D59E
HTML Code
𝖞
HEX Code
𝖞
CSS Code
\1D59E
JS/JSON
\u1D59E
Unix/C/PHP/JAVA
0x1D59E
URL-encode
%F0%9D%96%9E

Customize Mathematical Bold Fraktur Small Y

Customize ๐–ž, download it as SVG or PNG, or copy the generated HTML snippet.

๐–ž
  

How to use Mathematical Bold Fraktur Small Y Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐–ž</span>
HTML Code:
<span>&#120222;</span>
HEX Code:
<span>&#x1D59E;</span>

Add with CSS

.mathematical-bold-fraktur-small-y::before {
  content: '\\1D59E';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-fraktur-small-y').textContent = '๐–ž';
copied