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

What is Unicode character 𢃜?

The Unicode character 𢃜 U+220DC 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+220DC.

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!