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

What is Unicode character 𬹄?

The Unicode character 𬹄 U+2CE44 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+2CE44.

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!