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

What is Unicode character 𢸁?

The Unicode character 𢸁 U+22E01 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+22E01.

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!