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

What is Unicode character 𬓬?

The Unicode character 𬓬 U+2C4EC 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+2C4EC.

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!