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

What is Unicode character 𬕄?

The Unicode character 𬕄 U+2C544 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+2C544.

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!