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

What is Unicode character 𢺌?

The Unicode character 𢺌 U+22E8C 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+22E8C.

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!