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

What is Unicode character 𬅾?

The Unicode character 𬅾 U+2C17E 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+2C17E.

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!