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

What is Unicode character 𬛅?

The Unicode character 𬛅 U+2C6C5 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+2C6C5.

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!