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

What is Unicode character 𬹅?

The Unicode character 𬹅 U+2CE45 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+2CE45.

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!