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

What is Unicode character 𢸨?

The Unicode character 𢸨 U+22E28 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+22E28.

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!