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

What is Unicode character 𬓢?

The Unicode character 𬓢 U+2C4E2 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+2C4E2.

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!