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

What is Unicode character 𬖚?

The Unicode character 𬖚 U+2C59A 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+2C59A.

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!