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

What is Unicode character 𬀶?

The Unicode character 𬀶 U+2C036 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+2C036.

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!