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>&#142528;</p>
📋
CSS .selector { content: '\22CC0' };
📋
JS var unicodeA = '\u22CC0 ';
📋
CPP char unicodeA = ' \u22CC0 ';
📋
Java char unicodeA = '\u22CC0';
📋
Python unicodeA = '\u22CC0'
📋

What is Unicode character 𢳀?

The Unicode character 𢳀 U+22CC0 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+22CC0.

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!