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

What is Unicode character 𢺜?

The Unicode character 𢺜 U+22E9C 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+22E9C.

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!