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

What is Unicode character 𬀦?

The Unicode character 𬀦 U+2C026 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+2C026.

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!