Css Styling

Size
𢇙
15px
𢇙
18px
𢇙
21px
𢇙
24px
𢇙
27px
𢇙
30px
𢇙
33px
𢇙
36px
𢇙
42px
𢇙
48px
𢇙
54px
𢇙
60px
𢇙
66px
𢇙
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𢇙
Bold
𢇙
Italic
𢇙
Underline
𢇙
Strikethrough
𢇙
UpperCase
𢇙
LowerCase
𢇙
Oblique
A 𢇙
Subscript
A 𢇙
Superscript
𢇙
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𢇙
Arial
𢇙
Times New Roman
𢇙
Verdana
𢇙
Courier New
𢇙
Garamond
𢇙
Georgia
𢇙
Trebuchet MS
𢇙
Tahoma
𢇙
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𢇙
White
𢇙
Brown
𢇙
Maroon
𢇙
Magenta
𢇙
Red
𢇙
Orange
𢇙
Yellow
𢇙
Green
𢇙
Teal
𢇙
Cyan
𢇙
Blue
𢇙
Violet
𢇙
Purple
𢇙
Indigo
𢇙
Gray
𢇙
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𢇙
White
𢇙
Brown
𢇙
Maroon
𢇙
Magenta
𢇙
Red
𢇙
Orange
𢇙
Yellow
𢇙
Green
𢇙
Teal
𢇙
Cyan
𢇙
Blue
𢇙
Violet
𢇙
Purple
𢇙
Indigo
𢇙
Gray
𢇙
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#139737;</p>
📋
CSS .selector { content: '\221D9' };
📋
JS var unicodeA = '\u221D9 ';
📋
CPP char unicodeA = ' \u221D9 ';
📋
Java char unicodeA = '\u221D9';
📋
Python unicodeA = '\u221D9'
📋

What is Unicode character 𢇙?

The Unicode character 𢇙 U+221D9 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𢇙 represent?

The Unicode character 𢇙 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𢇙?

The Unicode code point for 𢇙 is U+221D9.

Is the appearance of the 𢇙 character consistent across all platforms?

The appearance of the 𢇙 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𢇙 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𢇙 character.

In which version was Unicode character 𢇙 released, and to which block of characters does it belong?

Unicode character 𢇙 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!