Mathematical Fraktur Capital J

๐”

Shortcodes

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

Unicode
U+1D50D
HTML Code
𝔍
HEX Code
𝔍
CSS Code
\1D50D
JS/JSON
\u1D50D
Unix/C/PHP/JAVA
0x1D50D
URL-encode
%F0%9D%94%8D

Customize Mathematical Fraktur Capital J

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

๐”
  

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

Insert in HTML

1. Direct symbol:
<span>๐”</span>
HTML Code:
<span>&#120077;</span>
HEX Code:
<span>&#x1D50D;</span>

Add with CSS

.mathematical-fraktur-capital-j::before {
  content: '\\1D50D';
}

Set it in JavaScript

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