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

What is Unicode character 𢸀?

The Unicode character 𢸀 U+22E00 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+22E00.

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!