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

What is Unicode character 𢺅?

The Unicode character 𢺅 U+22E85 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+22E85.

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!