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

What is Unicode character 𢶅?

The Unicode character 𢶅 U+22D85 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+22D85.

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!