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

What is Unicode character 𬟬?

The Unicode character 𬟬 U+2C7EC 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+2C7EC.

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!