Mathematical Fraktur Small J

๐”ง

Shortcodes

Copy useful codes for mathematical fraktur small j symbol ๐”ง to use in websites, apps, blogs, and docs.

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

Customize Mathematical Fraktur Small J

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

๐”ง
  

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

Insert in HTML

1. Direct symbol:
<span>๐”ง</span>
HTML Code:
<span>&#120103;</span>
HEX Code:
<span>&#x1D527;</span>

Add with CSS

.mathematical-fraktur-small-j::before {
  content: '\\1D527';
}

Set it in JavaScript

document.querySelector('.mathematical-fraktur-small-j').textContent = '๐”ง';
copied