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

What is Unicode character 𢤀?

The Unicode character 𢤀 U+22900 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+22900.

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!