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

What is Unicode character 𬛎?

The Unicode character 𬛎 U+2C6CE 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+2C6CE.

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!