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

What is Unicode character 𢸬?

The Unicode character 𢸬 U+22E2C 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+22E2C.

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!