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

What is Unicode character 𢊅?

The Unicode character 𢊅 U+22285 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+22285.

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!