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

What is Unicode character 𢢅?

The Unicode character 𢢅 U+22885 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+22885.

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!