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

What is Unicode character 𢲀?

The Unicode character 𢲀 U+22C80 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+22C80.

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!