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

What is Unicode character 𬐢?

The Unicode character 𬐢 U+2C422 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C422.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!