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

What is Unicode character 𢾅?

The Unicode character 𢾅 U+22F85 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+22F85.

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!