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

What is Unicode character 𬛍?

The Unicode character 𬛍 U+2C6CD 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+2C6CD.

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!