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

What is Unicode character 𬁙?

The Unicode character 𬁙 U+2C059 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+2C059.

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!