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

What is Unicode character 𬅦?

The Unicode character 𬅦 U+2C166 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+2C166.

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!