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

What is Unicode character 𬁶?

The Unicode character 𬁶 U+2C076 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+2C076.

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!