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

What is Unicode character 𬡄?

The Unicode character 𬡄 U+2C844 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+2C844.

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!