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

What is Unicode character 𢪅?

The Unicode character 𢪅 U+22A85 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+22A85.

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!