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

What is Unicode character 𬒰?

The Unicode character 𬒰 U+2C4B0 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+2C4B0.

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!