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>&#139481;</p>
📋
CSS .selector { content: '\220D9' };
📋
JS var unicodeA = '\u220D9 ';
📋
CPP char unicodeA = ' \u220D9 ';
📋
Java char unicodeA = '\u220D9';
📋
Python unicodeA = '\u220D9'
📋

What is Unicode character 𢃙?

The Unicode character 𢃙 U+220D9 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+220D9.

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!