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

What is Unicode character 𬅺?

The Unicode character 𬅺 U+2C17A 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+2C17A.

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!