Mathematical Bold Script Small Y

๐”‚

Shortcodes

Copy useful codes for mathematical bold script small y symbol ๐”‚ to use in websites, apps, blogs, and docs.

Unicode
U+1D502
HTML Code
𝔂
HEX Code
𝔂
CSS Code
\1D502
JS/JSON
\u1D502
Unix/C/PHP/JAVA
0x1D502
URL-encode
%F0%9D%94%82

Customize Mathematical Bold Script Small Y

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

๐”‚
  

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

Insert in HTML

1. Direct symbol:
<span>๐”‚</span>
HTML Code:
<span>&#120066;</span>
HEX Code:
<span>&#x1D502;</span>

Add with CSS

.mathematical-bold-script-small-y::before {
  content: '\\1D502';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-small-y').textContent = '๐”‚';
copied