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

What is Unicode character 𬅼?

The Unicode character 𬅼 U+2C17C 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+2C17C.

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!