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

What is Unicode character 𬀹?

The Unicode character 𬀹 U+2C039 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+2C039.

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!