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

What is Unicode character 𬃑?

The Unicode character 𬃑 U+2C0D1 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+2C0D1.

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!