Mathematical Fraktur Small X

๐”ต

Shortcodes

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

Unicode
U+1D535
HTML Code
𝔵
HEX Code
𝔵
CSS Code
\1D535
JS/JSON
\u1D535
Unix/C/PHP/JAVA
0x1D535
URL-encode
%F0%9D%94%B5
copied

Customize Mathematical Fraktur Small X Symbol

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

Insert ๐”ต Mathematical Fraktur Small X using HTML

1. Copy-paste Mathematical Fraktur Small X directly:
<span>๐”ต</span>
2. HTML Decimal Code:
<span>&#120117;</span>
3. Hexadecimal Code:
<span>&#x1D535;</span>
Preview: ๐”ต

Add Mathematical Fraktur Small X symbol with CSS

.mathematical-fraktur-small-x::before {
    content: '\\1D535';
}
Preview: Mathematical Fraktur Small X

Mathematical Fraktur Small X JavaScript Code

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