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

What is Unicode character 𬝴?

The Unicode character 𬝴 U+2C774 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+2C774.

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!