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

What is Unicode character 𬙬?

The Unicode character 𬙬 U+2C66C 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+2C66C.

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!