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

What is Unicode character 𬃔?

The Unicode character 𬃔 U+2C0D4 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+2C0D4.

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!