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

What is Unicode character 𢸭?

The Unicode character 𢸭 U+22E2D 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+22E2D.

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!