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

What is Unicode character 𬓎?

The Unicode character 𬓎 U+2C4CE 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+2C4CE.

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!