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

What is Unicode character 𢺇?

The Unicode character 𢺇 U+22E87 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+22E87.

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!