Mathematical Sans-serif Bold Italic Small X

𝙭

Shortcodes

Copy useful codes for mathematical sans-serif bold italic small x symbol 𝙭 to use in websites, apps, blogs, and docs.

Unicode
U+1D66D
HTML Code
𝙭
HEX Code
𝙭
CSS Code
\1D66D
JS/JSON
\u1D66D
Unix/C/PHP/JAVA
0x1D66D
URL-encode
%F0%9D%99%AD

Customize Mathematical Sans-serif Bold Italic Small X

Customize 𝙭, download it as SVG or PNG, or copy the generated HTML snippet.

𝙭
  

How to use Mathematical Sans-serif Bold Italic Small X Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>𝙭</span>
HTML Code:
<span>&#120429;</span>
HEX Code:
<span>&#x1D66D;</span>

Add with CSS

.mathematical-sans-serif-bold-italic-small-x::before {
  content: '\\1D66D';
}

Set it in JavaScript

document.querySelector('.mathematical-sans-serif-bold-italic-small-x').textContent = '𝙭';
copied