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

What is Unicode character 𢃞?

The Unicode character 𢃞 U+220DE 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+220DE.

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!