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

What is Unicode character 𢃀?

The Unicode character 𢃀 U+220C0 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+220C0.

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!