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

What is Unicode character 𬝄?

The Unicode character 𬝄 U+2C744 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+2C744.

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!