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

What is Unicode character 𢸅?

The Unicode character 𢸅 U+22E05 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+22E05.

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!