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

What is Unicode character 𬁖?

The Unicode character 𬁖 U+2C056 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+2C056.

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!