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

What is Unicode character 𬒺?

The Unicode character 𬒺 U+2C4BA 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+2C4BA.

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!