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

What is Unicode character 𬹬?

The Unicode character 𬹬 U+2CE6C 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+2CE6C.

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!