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

What is Unicode character 𬟆?

The Unicode character 𬟆 U+2C7C6 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+2C7C6.

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!