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

What is Unicode character 𬋬?

The Unicode character 𬋬 U+2C2EC 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+2C2EC.

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!