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

What is Unicode character 𢢇?

The Unicode character 𢢇 U+22887 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+22887.

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!