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

What is Unicode character 𬉄?

The Unicode character 𬉄 U+2C244 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+2C244.

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!