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

What is Unicode character 𬁅?

The Unicode character 𬁅 U+2C045 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+2C045.

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!