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

What is Unicode character 𢰀?

The Unicode character 𢰀 U+22C00 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+22C00.

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!