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

What is Unicode character 𬅢?

The Unicode character 𬅢 U+2C162 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+2C162.

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!