Mathematical Fraktur Small J

๐”ง

Shortcodes

Copy and paste codes for Mathematical Fraktur Small J symbol ๐”ง to use in your websites, apps, blogs, and more.

Unicode
U+1D527
HTML Code
𝔧
HEX Code
𝔧
CSS Code
\1D527
JS/JSON
\u1D527
Unix/C/PHP/JAVA
0x1D527
URL-encode
%F0%9D%94%A7
copied

Customize Mathematical Fraktur Small J Symbol

Customize ๐”ง symbol as you like and download Mathematical Fraktur Small J 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 Fraktur Small J symbol in HTML, CSS, and JS?

Insert ๐”ง Mathematical Fraktur Small J using HTML

1. Copy-paste Mathematical Fraktur Small J directly:
<span>๐”ง</span>
2. HTML Decimal Code:
<span>&#120103;</span>
3. Hexadecimal Code:
<span>&#x1D527;</span>
Preview: ๐”ง

Add Mathematical Fraktur Small J symbol with CSS

.mathematical-fraktur-small-j::before {
    content: '\\1D527';
}
Preview: Mathematical Fraktur Small J

Mathematical Fraktur Small J JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-j').textContent = '๐”ง';
2. Unicode Escape for ๐”ง:
document.querySelector('.mathematical-fraktur-small-j').textContent = '\u1D527';
Preview: ๐”ง