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

What is Unicode character 𬛬?

The Unicode character 𬛬 U+2C6EC 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+2C6EC.

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!