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

What is Unicode character 𬵬?

The Unicode character 𬵬 U+2CD6C 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+2CD6C.

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!